Skip to content

Commit 404b307

Browse files
Merge branch '5.4' into 6.2
* 5.4: Migrate to `static` data providers using `rector/rector`
2 parents 7de9d18 + f0ae138 commit 404b307

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Debug/WrappedListenerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public function testListenerDescription($listener, $expected)
2828
$this->assertStringMatchesFormat($expected, $wrappedListener->getPretty());
2929
}
3030

31-
public function provideListenersToDescribe()
31+
public static function provideListenersToDescribe()
3232
{
3333
return [
3434
[new FooListener(), 'Symfony\Component\EventDispatcher\Tests\Debug\FooListener::__invoke'],

0 commit comments

Comments
 (0)