Skip to content

Commit e9033d9

Browse files
authored
CS fixes
1 parent b1d1e36 commit e9033d9

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

configuration.rst

-6
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ configuration files, even if they use a different format:
120120
.. code-block:: php
121121
122122
// config/services.php
123-
124123
namespace Symfony\Component\DependencyInjection\Loader\Configurator;
125124
126125
return static function (ContainerConfigurator $container) {
@@ -213,7 +212,6 @@ reusable configuration value. By convention, parameters are defined under the
213212
.. code-block:: php
214213
215214
// config/services.php
216-
217215
namespace Symfony\Component\DependencyInjection\Loader\Configurator;
218216
219217
use App\Entity\BlogPost;
@@ -322,7 +320,6 @@ configuration file using a special syntax: wrap the parameter name in two ``%``
322320
.. code-block:: php
323321
324322
// config/services.php
325-
326323
namespace Symfony\Component\DependencyInjection\Loader\Configurator;
327324
328325
return static function (ContainerConfigurator $container) {
@@ -496,7 +493,6 @@ This example shows how you could configure the database connection using an env
496493
.. code-block:: php
497494
498495
// config/packages/doctrine.php
499-
500496
namespace Symfony\Component\DependencyInjection\Loader\Configurator;
501497
502498
return static function (ContainerConfigurator $container) {
@@ -803,7 +799,6 @@ doesn't work for parameters:
803799
.. code-block:: php
804800
805801
// config/services.php
806-
807802
namespace Symfony\Component\DependencyInjection\Loader\Configurator;
808803
809804
use App\Service\MessageGenerator;
@@ -861,7 +856,6 @@ whenever a service/controller defines a ``$projectDir`` argument, use this:
861856
.. code-block:: php
862857
863858
// config/services.php
864-
865859
namespace Symfony\Component\DependencyInjection\Loader\Configurator;
866860
867861
use App\Controller\LuckyController;

0 commit comments

Comments
 (0)