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 1c4d062 commit 66fa401Copy full SHA for 66fa401
src/Test/MakerTestKernel.php
@@ -75,10 +75,7 @@ public function getRootDir(): string
75
return $this->testRootDir;
76
}
77
78
- /**
79
- * @return void
80
- */
81
- public function process(ContainerBuilder $container)
+ public function process(ContainerBuilder $container): void
82
{
83
// makes all makers public to help the tests
84
foreach ($container->findTaggedServiceIds(MakeCommandRegistrationPass::MAKER_TAG) as $id => $tags) {
0 commit comments