Skip to content

Commit c01f803

Browse files
loevgaardNyholm
authored andcommitted
Update README.md (#117)
Fixes return type compatibility with parent
1 parent 3e5d283 commit c01f803

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ use Matthias\SymfonyDependencyInjectionTest\PhpUnit\AbstractCompilerPassTestCase
114114

115115
class MyCompilerPassTest extends AbstractCompilerPassTestCase
116116
{
117-
protected function registerCompilerPass(ContainerBuilder $container)
117+
protected function registerCompilerPass(ContainerBuilder $container): void
118118
{
119119
$container->addCompilerPass(new MyCompilerPass());
120120
}

0 commit comments

Comments
 (0)