Skip to content

Commit 0ed57b8

Browse files
committed
cs fix
1 parent 1c58d80 commit 0ed57b8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

rector.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121
)
2222
->withComposerBased(phpunit: true)
2323
->withSkip([
24-
BoolReturnTypeFromBooleanStrictReturnsRector::class => [
24+
BoolReturnTypeFromBooleanStrictReturnsRector::class => [
2525
__DIR__ . '/tests/FilterTest.php',
2626
],
27-
NarrowWideUnionReturnTypeRector::class => [
27+
NarrowWideUnionReturnTypeRector::class => [
2828
__DIR__ . '/tests/FilterTest.php',
2929
],
30-
ArrowFunctionDelegatingCallToFirstClassCallableRector::class => [
30+
ArrowFunctionDelegatingCallToFirstClassCallableRector::class => [
3131
__DIR__ . '/tests/FinderTest.php',
3232
],
3333
])

0 commit comments

Comments
 (0)