We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 883d6e8 + 404b307 commit be9d263Copy full SHA for be9d263
Tests/Debug/WrappedListenerTest.php
@@ -28,7 +28,7 @@ public function testListenerDescription($listener, $expected)
28
$this->assertStringMatchesFormat($expected, $wrappedListener->getPretty());
29
}
30
31
- public function provideListenersToDescribe()
+ public static function provideListenersToDescribe()
32
{
33
return [
34
[new FooListener(), 'Symfony\Component\EventDispatcher\Tests\Debug\FooListener::__invoke'],
0 commit comments