File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
tests/Symfony/TestCase/Fixtures/NoFrameworkBundle Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1313 "symfony/dependency-injection" : " ^4.4.12 || ^5.3 || ^6.0 || ^7.0" ,
1414 "symfony/http-kernel" : " ^4.4.12 || ^5.3 || ^6.0 || ^7.0" ,
1515 "zalas/phpunit-globals" : " ^2.0 || ^3.0" ,
16- "symfony/framework-bundle" : " ^4.4.12 || ^5.3 || ^6.0" ,
16+ "symfony/framework-bundle" : " ^4.4.12 || ^5.3 || ^6.0 || ^7.0 " ,
1717 "zalas/phpunit-doubles" : " ^1.9.2" ,
1818 "phpspec/prophecy" : " ^1.9" ,
1919 "phpspec/prophecy-phpunit" : " ^2.0"
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ public function registerContainerConfiguration(LoaderInterface $loader)
3535 });
3636 }
3737
38- protected function build (ContainerBuilder $ container )
38+ protected function build (ContainerBuilder $ container ): void
3939 {
4040 if ('test ' === $ this ->getEnvironment ()) {
4141 $ container ->addCompilerPass (
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ public function registerContainerConfiguration(LoaderInterface $loader)
4242 });
4343 }
4444
45- protected function build (ContainerBuilder $ container )
45+ protected function build (ContainerBuilder $ container ): void
4646 {
4747 if ('test ' === $ this ->getEnvironment ()) {
4848 $ container ->addCompilerPass (
You can’t perform that action at this time.
0 commit comments