Skip to content

Commit 4a05f49

Browse files
wouterjnicolas-grekas
authored andcommitted
[HttpFoundation][HttpKernel] Add missing void PHPdoc return types
1 parent 5f546fa commit 4a05f49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Functional/app/AppKernel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public function getLogDir(): string
7575
return sys_get_temp_dir().'/'.$this->varDir.'/'.$this->testCase.'/logs';
7676
}
7777

78-
public function registerContainerConfiguration(LoaderInterface $loader)
78+
public function registerContainerConfiguration(LoaderInterface $loader): void
7979
{
8080
foreach ($this->rootConfig as $config) {
8181
$loader->load($config);

0 commit comments

Comments
 (0)