Skip to content

Commit 576bd93

Browse files
committed
udpaet rector
1 parent 6cfe695 commit 576bd93

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

rector.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,9 @@
1717
SetList::DEAD_CODE,
1818
SetList::NAMING,
1919
SetList::PRIVATIZATION,
20-
SetList::PSR_4,
2120
SetList::TYPE_DECLARATION,
2221
PHPUnitSetList::PHPUNIT_100,
2322
]);
24-
$rectorConfig->rule(InlineSimplePropertyAnnotationRector::class);
2523

2624
$rectorConfig->parallel();
2725
$rectorConfig->paths([__DIR__ . '/src', __DIR__ . '/tests', __FILE__]);

0 commit comments

Comments
 (0)