Skip to content

Commit f4d9b2c

Browse files
alamiraultOskarStark
authored andcommitted
Minor: remove duplicated lines
1 parent 847493b commit f4d9b2c

File tree

6 files changed

+0
-31
lines changed

6 files changed

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

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/framework.rst

-26
Original file line numberDiff line numberDiff line change
@@ -2847,32 +2847,6 @@ annotation changes). For performance reasons, it is recommended to disable
28472847
debug mode in production, which will happen automatically if you use the
28482848
default value.
28492849

2850-
secrets
2851-
~~~~~~~
2852-
2853-
decryption_env_var
2854-
..................
2855-
2856-
**type**: ``string`` **default**: ``base64:default::SYMFONY_DECRYPTION_SECRET``
2857-
2858-
The environment variable that contains the decryption key.
2859-
2860-
local_dotenv_file
2861-
.................
2862-
2863-
**type**: ``string`` **default**: ``%kernel.project_dir%/.env.%kernel.environment%.local``
2864-
2865-
Path to an dotenv file that holds secrets. This is primarily used for testing.
2866-
2867-
vault_directory
2868-
...............
2869-
2870-
**type**: ``string`` **default**: ``%kernel.project_dir%/config/secrets/%kernel.environment%``
2871-
2872-
The directory where the vault of secrets is stored.
2873-
2874-
.. _configuration-framework-serializer:
2875-
28762850
serializer
28772851
~~~~~~~~~~
28782852

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
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

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

0 commit comments

Comments
 (0)