Skip to content

Commit dcef2bc

Browse files
committed
[Tests] Add return type to process()
1 parent 9939162 commit dcef2bc

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/Test/MakerTestKernel.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,7 @@ public function getRootDir(): string
7575
return $this->testRootDir;
7676
}
7777

78-
/**
79-
* @return void
80-
*/
81-
public function process(ContainerBuilder $container)
78+
public function process(ContainerBuilder $container): void
8279
{
8380
// makes all makers public to help the tests
8481
foreach ($container->findTaggedServiceIds(MakeCommandRegistrationPass::MAKER_TAG) as $id => $tags) {

0 commit comments

Comments
 (0)