Skip to content

Commit 6e29b11

Browse files
committed
cs fix
1 parent 269a72e commit 6e29b11

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

rector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
NarrowWideUnionReturnTypeRector::class => [
2828
__DIR__ . '/tests/FilterTest.php',
2929
],
30-
FunctionLikeToFirstClassCallableRector::class => [
30+
FunctionLikeToFirstClassCallableRector::class => [
3131
__DIR__ . '/tests/FinderTest.php',
3232
],
3333
])

tests/FinderTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
use stdClass;
1818

1919
use function current;
20+
use function is_string;
2021
use function str_contains;
2122

2223
final class FinderTest extends TestCase

0 commit comments

Comments
 (0)