Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitbe35eab

Browse files
committed
Minor: remove duplicated lines
1 parent230adac commitbe35eab

File tree

8 files changed

+0
-8
lines changed

8 files changed

+0
-8
lines changed

‎components/dependency_injection.rst‎

Lines changed: 0 additions & 1 deletion
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‎

Lines changed: 0 additions & 1 deletion
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‎

Lines changed: 0 additions & 1 deletion
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‎

Lines changed: 0 additions & 1 deletion
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‎

Lines changed: 0 additions & 1 deletion
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‎

Lines changed: 0 additions & 1 deletion
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‎

Lines changed: 0 additions & 1 deletion
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

‎workflow/workflow-and-state-machine.rst‎

Lines changed: 0 additions & 1 deletion
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)

[8]ページ先頭

©2009-2025 Movatter.jp