We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f546fa commit 4a05f49Copy full SHA for 4a05f49
Tests/Functional/app/AppKernel.php
@@ -75,7 +75,7 @@ public function getLogDir(): string
75
return sys_get_temp_dir().'/'.$this->varDir.'/'.$this->testCase.'/logs';
76
}
77
78
- public function registerContainerConfiguration(LoaderInterface $loader)
+ public function registerContainerConfiguration(LoaderInterface $loader): void
79
{
80
foreach ($this->rootConfig as $config) {
81
$loader->load($config);
0 commit comments