Skip to content

Commit 07c2d48

Browse files
committed
Minor: remove duplicated lines
1 parent 230adac commit 07c2d48

File tree

9 files changed

+0
-11
lines changed

9 files changed

+0
-11
lines changed

components/dependency_injection.rst

-1
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,6 @@ You can override this behavior as follows::
178178
// the second argument is optional and defines what to do when the service doesn't exist
179179
$newsletterManager = $containerBuilder->get('newsletter_manager', ContainerInterface::EXCEPTION_ON_INVALID_REFERENCE);
180180

181-
182181
These are all the possible behaviors:
183182

184183
* ``ContainerInterface::EXCEPTION_ON_INVALID_REFERENCE``: throws an exception

controller/value_resolver.rst

-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ Symfony ships with the following value resolvers in the
7979

8080
The ``BackedEnumValueResolver`` and ``EnumRequirement`` were introduced in Symfony 6.1.
8181

82-
8382
:class:`Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolver\\RequestPayloadValueResolver`
8483
Maps the request payload or the query string into the type-hinted object.
8584

messenger.rst

-1
Original file line numberDiff line numberDiff line change
@@ -1191,7 +1191,6 @@ to retry them:
11911191

11921192
The ``--all`` option was introduced in Symfony 6.4.
11931193

1194-
11951194
If the message fails again, it will be re-sent back to the failure transport
11961195
due to the normal :ref:`retry rules <messenger-retries-failures>`. Once the max
11971196
retry has been hit, the message will be discarded permanently.

migration.rst

-1
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,6 @@ somewhat like this::
340340
throw new \Exception("Unhandled legacy mapping for $requestPathInfo");
341341
}
342342

343-
344343
public static function handleRequest(Request $request, Response $response, string $publicDirectory): void
345344
{
346345
$legacyScriptFilename = LegacyBridge::getLegacyScript($request);

reference/configuration/security.rst

-1
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,6 @@ user logs out::
495495
->domain('example.com');
496496
};
497497
498-
499498
clear_site_data
500499
...............
501500

reference/constraints/Unique.rst

-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ Options
9595

9696
**type**: ``array`` | ``string``
9797

98-
9998
.. versionadded:: 6.1
10099

101100
The ``fields`` option was introduced in Symfony 6.1.

serializer.rst

-1
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,6 @@ given class:
555555

556556
The debug:serializer`` command was introduced in Symfony 6.3.
557557

558-
559558
Going Further with the Serializer
560559
---------------------------------
561560

serializer/custom_normalizer.rst

-3
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ is called.
9393
All built-in :ref:`normalizers and denormalizers <component-serializer-normalizers>`
9494
as well the ones included in `API Platform`_ natively implement this interface.
9595

96-
<<<<<<< HEAD
9796
.. deprecated:: 6.3
9897

9998
The :class:`Symfony\\Component\\Serializer\\Normalizer\\CacheableSupportsMethodInterface`
@@ -156,6 +155,4 @@ Here is an example of how to use the ``getSupportedTypes()`` method::
156155
The ``supports*()`` method implementations should not assume that
157156
``getSupportedTypes()`` has been called before.
158157

159-
=======
160-
>>>>>>> 5.4
161158
.. _`API Platform`: https://api-platform.com

workflow/workflow-and-state-machine.rst

-1
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,6 @@ machine type, use ``camelCased workflow name + StateMachine``::
282282
// ...
283283
}
284284

285-
286285
.. versionadded:: 6.2
287286

288287
All workflows and state machines services are tagged since in Symfony 6.2.

0 commit comments

Comments
 (0)