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 6b5ced1 commit 52bf57fCopy full SHA for 52bf57f
rector.php
@@ -26,7 +26,7 @@
26
$rectorConfig->rule(InlineSimplePropertyAnnotationRector::class);
27
28
$rectorConfig->parallel();
29
- $rectorConfig->paths([__DIR__ . '/config', __DIR__ . '/src', __DIR__ . '/spec', __DIR__ . '/rector.php']);
+ $rectorConfig->paths([__DIR__ . '/config', __DIR__ . '/src', __DIR__ . '/spec', __FILE__]);
30
$rectorConfig->importNames();
31
$rectorConfig->skip([
32
__DIR__ . '/src/Controller',
0 commit comments