Skip to content

Commit be9d263

Browse files
Merge branch '6.2' into 6.3
* 6.2: Fix merge Migrate to `static` data providers using `rector/rector`
2 parents 883d6e8 + 404b307 commit be9d263

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Debug/WrappedListenerTest.php

+1-1
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)