Skip to content

Commit 8cbf0a1

Browse files
viktorproggergithub-actions[bot]
authored andcommitted
Apply Rector changes (CI)
1 parent 020e256 commit 8cbf0a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Unit/WorkerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public static function jobExecutedDataProvider(): iterable
6969
['not-found-class-name' => new FakeHandler()],
7070
];
7171
yield 'static-definition' => [
72-
[FakeHandler::class, 'staticExecute'],
72+
FakeHandler::staticExecute(...),
7373
[FakeHandler::class => new FakeHandler()],
7474
];
7575
yield 'callable' => [

0 commit comments

Comments
 (0)