Skip to content

Commit 0888844

Browse files
wouterjnicolas-grekas
authored andcommitted
[HttpFoundation][HttpKernel] Add missing void PHPdoc return types
1 parent bbc0939 commit 0888844

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Kernel/MicroKernelTrait.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,9 @@ public function registerBundles(): iterable
128128
}
129129
}
130130

131+
/**
132+
* @return void
133+
*/
131134
public function registerContainerConfiguration(LoaderInterface $loader)
132135
{
133136
$loader->load(function (ContainerBuilder $container) use ($loader) {

0 commit comments

Comments
 (0)