Skip to content

Commit

Permalink
Minor: remove duplicated lines
Browse files Browse the repository at this point in the history
  • Loading branch information
alamirault committed Feb 9, 2024
1 parent 230adac commit be35eab
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion components/dependency_injection.rst
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,6 @@ You can override this behavior as follows::
// the second argument is optional and defines what to do when the service doesn't exist
$newsletterManager = $containerBuilder->get('newsletter_manager', ContainerInterface::EXCEPTION_ON_INVALID_REFERENCE);


These are all the possible behaviors:

* ``ContainerInterface::EXCEPTION_ON_INVALID_REFERENCE``: throws an exception
Expand Down
1 change: 0 additions & 1 deletion controller/value_resolver.rst
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ Symfony ships with the following value resolvers in the

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


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

Expand Down
1 change: 0 additions & 1 deletion messenger.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1191,7 +1191,6 @@ to retry them:

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


If the message fails again, it will be re-sent back to the failure transport
due to the normal :ref:`retry rules <messenger-retries-failures>`. Once the max
retry has been hit, the message will be discarded permanently.
Expand Down
1 change: 0 additions & 1 deletion migration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,6 @@ somewhat like this::
throw new \Exception("Unhandled legacy mapping for $requestPathInfo");
}


public static function handleRequest(Request $request, Response $response, string $publicDirectory): void
{
$legacyScriptFilename = LegacyBridge::getLegacyScript($request);
Expand Down
1 change: 0 additions & 1 deletion reference/configuration/security.rst
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,6 @@ user logs out::
->domain('example.com');
};
clear_site_data
...............

Expand Down
1 change: 0 additions & 1 deletion reference/constraints/Unique.rst
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ Options

**type**: ``array`` | ``string``


.. versionadded:: 6.1

The ``fields`` option was introduced in Symfony 6.1.
Expand Down
1 change: 0 additions & 1 deletion serializer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,6 @@ given class:

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


Going Further with the Serializer
---------------------------------

Expand Down
1 change: 0 additions & 1 deletion workflow/workflow-and-state-machine.rst
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,6 @@ machine type, use ``camelCased workflow name + StateMachine``::
// ...
}


.. versionadded:: 6.2

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

0 comments on commit be35eab

Please sign in to comment.