Skip to content

Commit dd3ae30

Browse files
viktorproggergithub-actions[bot]
authored andcommitted
Apply Rector changes (CI)
1 parent 0f05e07 commit dd3ae30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Unit/Middleware/CallableFactoryTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ public function go(): string
9494
};
9595

9696
yield 'object method array' => [
97-
[$service, 'go'],
97+
$service->go(...),
9898
[],
9999
'ok',
100100
new SimpleContainer(),

0 commit comments

Comments
 (0)