Skip to content

Commit 9f265cd

Browse files
Fix some return types in tests
1 parent e1cb83c commit 9f265cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/EventListener/DumpListenerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public function cloneVar($var): Data
7474

7575
class MockDumper implements DataDumperInterface
7676
{
77-
public function dump(Data $data)
77+
public function dump(Data $data): ?string
7878
{
7979
echo '+'.$data->getValue();
8080
}

0 commit comments

Comments
 (0)