8000 Fix test · symfony/symfony@3ddafe1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3ddafe1

Browse files
Fix test
1 parent 222e3af commit 3ddafe1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Symfony/Component/HttpKernel/Tests/EventListener/DumpListenerTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,5 +77,7 @@ class MockDumper implements DataDumperInterface
7777
public function dump(Data $data): ?string
7878
{
7979
echo '+'.$data->getValue();
80+
81+
return null;
8082
}
8183
}

0 commit comments

Comments
 (0)
0