Skip to content

Commit

Permalink
use __FILE__
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Dec 23, 2022
1 parent 6b5ced1 commit 52bf57f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rector.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
$rectorConfig->rule(InlineSimplePropertyAnnotationRector::class);

$rectorConfig->parallel();
$rectorConfig->paths([__DIR__ . '/config', __DIR__ . '/src', __DIR__ . '/spec', __DIR__ . '/rector.php']);
$rectorConfig->paths([__DIR__ . '/config', __DIR__ . '/src', __DIR__ . '/spec', __FILE__]);
$rectorConfig->importNames();
$rectorConfig->skip([
__DIR__ . '/src/Controller',
Expand Down

0 comments on commit 52bf57f

Please sign in to comment.