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 1c58d80 commit 0ed57b8Copy full SHA for 0ed57b8
rector.php
@@ -21,13 +21,13 @@
21
)
22
->withComposerBased(phpunit: true)
23
->withSkip([
24
- BoolReturnTypeFromBooleanStrictReturnsRector::class => [
+ BoolReturnTypeFromBooleanStrictReturnsRector::class => [
25
__DIR__ . '/tests/FilterTest.php',
26
],
27
- NarrowWideUnionReturnTypeRector::class => [
+ NarrowWideUnionReturnTypeRector::class => [
28
29
30
- ArrowFunctionDelegatingCallToFirstClassCallableRector::class => [
+ ArrowFunctionDelegatingCallToFirstClassCallableRector::class => [
31
__DIR__ . '/tests/FinderTest.php',
32
33
])
0 commit comments