File tree Expand file tree Collapse file tree 3 files changed +7
-0
lines changed
Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 2525 ->notPath ('var/cache ' )
2626 ->notPath ('vendor/ ' )
2727 ->notPath ('tests/Fixtures/cache ' )
28+ ->notPath ('src/Resources/config ' )
2829 )
2930;
Original file line number Diff line number Diff line change 22
33namespace Symfony \Component \DependencyInjection \Loader \Configurator ;
44
5+ use function Symfony \Component \DependencyInjection \Loader \Configurator \inline_service ;
6+ use function Symfony \Component \DependencyInjection \Loader \Configurator \service ;
7+
58return static function (ContainerConfigurator $ container ) {
69 $ services = $ container ->services ();
710 $ parameters = $ container ->parameters ();
Original file line number Diff line number Diff line change 22
33namespace Symfony \Component \DependencyInjection \Loader \Configurator ;
44
5+ use function Symfony \Component \DependencyInjection \Loader \Configurator \inline_service ;
6+ use function Symfony \Component \DependencyInjection \Loader \Configurator \service ;
7+
58return static function (ContainerConfigurator $ container ) {
69 $ services = $ container ->services ();
710 $ parameters = $ container ->parameters ();
You can’t perform that action at this time.
0 commit comments