Skip to content

Commit 7f179a0

Browse files
mhujerNyholm
authored andcommitted
README: add missing return type to example (#122)
1 parent c01f803 commit 7f179a0

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
@@ -33,7 +33,7 @@ use Matthias\SymfonyDependencyInjectionTest\PhpUnit\AbstractExtensionTestCase;
3333

3434
class MyExtensionTest extends AbstractExtensionTestCase
3535
{
36-
protected function getContainerExtensions()
36+
protected function getContainerExtensions(): array
3737
{
3838
return array(
3939
new MyExtension()

0 commit comments

Comments
 (0)