Skip to content

Commit d7b05fb

Browse files
committed
re-trigger CI
1 parent 8cd9b74 commit d7b05fb

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

rector.php

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,12 @@
2020
SetList::CODING_STYLE,
2121
]);
2222

23-
$rectorConfig->paths([__DIR__ . '/config', __DIR__ . '/src', __DIR__ . '/spec', __DIR__ . '/rector.php']);
23+
$rectorConfig->paths([
24+
__DIR__ . '/config',
25+
__DIR__ . '/src',
26+
__DIR__ . '/spec',
27+
__DIR__ . '/rector.php'
28+
]);
2429
$rectorConfig->importNames();
2530
$rectorConfig->skip([
2631
CallableThisArrayToAnonymousFunctionRector::class,

0 commit comments

Comments
 (0)