Skip to content

Commit

Permalink
Migrate to static data providers using rector/rector
Browse files Browse the repository at this point in the history
  • Loading branch information
OskarStark authored and nicolas-grekas committed Feb 14, 2023
1 parent d7f36a7 commit f0ae138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Debug/WrappedListenerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public function testListenerDescription($listener, $expected)
$this->assertStringMatchesFormat($expected, $wrappedListener->getPretty());
}

public function provideListenersToDescribe()
public static function provideListenersToDescribe()
{
return [
[new FooListener(), 'Symfony\Component\EventDispatcher\Tests\Debug\FooListener::__invoke'],
Expand Down

0 comments on commit f0ae138

Please sign in to comment.