We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 269a72e commit 6e29b11Copy full SHA for 6e29b11
rector.php
@@ -27,7 +27,7 @@
27
NarrowWideUnionReturnTypeRector::class => [
28
__DIR__ . '/tests/FilterTest.php',
29
],
30
- FunctionLikeToFirstClassCallableRector::class => [
+ FunctionLikeToFirstClassCallableRector::class => [
31
__DIR__ . '/tests/FinderTest.php',
32
33
])
tests/FinderTest.php
@@ -17,6 +17,7 @@
17
use stdClass;
18
19
use function current;
20
+use function is_string;
21
use function str_contains;
22
23
final class FinderTest extends TestCase
0 commit comments