Tests #248
Triggered via pull request
November 11, 2025 14:25
viktorprogger
opened
#248
Status
Success
Total duration
28s
Artifacts
–
Annotations
1 error
|
rector / PHP 8.4-ubuntu-latest:
tests/Unit/WorkerTest.php#L69
FirstClassCallableRector
--- Original
+++ New
@@ -69,7 +69,7 @@
['not-found-class-name' => new FakeHandler()],
];
yield 'static-definition' => [
- [FakeHandler::class, 'staticExecute'],
+ FakeHandler::staticExecute(...),
[FakeHandler::class => new FakeHandler()],
];
yield 'callable' => [
|