Skip to content

Commit 52bf57f

Browse files
committed
use __FILE__
1 parent 6b5ced1 commit 52bf57f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
$rectorConfig->rule(InlineSimplePropertyAnnotationRector::class);
2727

2828
$rectorConfig->parallel();
29-
$rectorConfig->paths([__DIR__ . '/config', __DIR__ . '/src', __DIR__ . '/spec', __DIR__ . '/rector.php']);
29+
$rectorConfig->paths([__DIR__ . '/config', __DIR__ . '/src', __DIR__ . '/spec', __FILE__]);
3030
$rectorConfig->importNames();
3131
$rectorConfig->skip([
3232
__DIR__ . '/src/Controller',

0 commit comments

Comments
 (0)