Skip to content

Commit aebe389

Browse files
committed
Minor: remove duplicated lines
1 parent 847493b commit aebe389

File tree

5 files changed

+0
-5
lines changed

5 files changed

+0
-5
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

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
This is defines the key or keys in a collection that should be checked for
10099
uniqueness. By default, all collection keys are checked for uniqueness.
101100

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
Automatic and Manual Validation
287286
-------------------------------
288287

0 commit comments

Comments
 (0)