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 6cfe695 commit 576bd93Copy full SHA for 576bd93
rector.php
@@ -17,11 +17,9 @@
17
SetList::DEAD_CODE,
18
SetList::NAMING,
19
SetList::PRIVATIZATION,
20
- SetList::PSR_4,
21
SetList::TYPE_DECLARATION,
22
PHPUnitSetList::PHPUNIT_100,
23
]);
24
- $rectorConfig->rule(InlineSimplePropertyAnnotationRector::class);
25
26
$rectorConfig->parallel();
27
$rectorConfig->paths([__DIR__ . '/src', __DIR__ . '/tests', __FILE__]);
0 commit comments