Skip to content

Commit 22eba04

Browse files
committed
chore: add CompleteDynamicPropertiesRector
1 parent 053d669 commit 22eba04

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

rector.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
*/
1111

1212
use Rector\CodeQuality\Rector\BooleanAnd\SimplifyEmptyArrayCheckRector;
13+
use Rector\CodeQuality\Rector\Class_\CompleteDynamicPropertiesRector;
1314
use Rector\CodeQuality\Rector\Expression\InlineIfToExplicitIfRector;
1415
use Rector\CodeQuality\Rector\For_\ForToForeachRector;
1516
use Rector\CodeQuality\Rector\Foreach_\UnusedForeachValueToArrayKeysRector;
@@ -160,4 +161,5 @@
160161
'SQLite3',
161162
]);
162163
$rectorConfig->rule(PrivatizeFinalClassPropertyRector::class);
164+
$rectorConfig->rule(CompleteDynamicPropertiesRector::class);
163165
};

0 commit comments

Comments
 (0)