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 053d669 commit 22eba04Copy full SHA for 22eba04
rector.php
@@ -10,6 +10,7 @@
10
*/
11
12
use Rector\CodeQuality\Rector\BooleanAnd\SimplifyEmptyArrayCheckRector;
13
+use Rector\CodeQuality\Rector\Class_\CompleteDynamicPropertiesRector;
14
use Rector\CodeQuality\Rector\Expression\InlineIfToExplicitIfRector;
15
use Rector\CodeQuality\Rector\For_\ForToForeachRector;
16
use Rector\CodeQuality\Rector\Foreach_\UnusedForeachValueToArrayKeysRector;
@@ -160,4 +161,5 @@
160
161
'SQLite3',
162
]);
163
$rectorConfig->rule(PrivatizeFinalClassPropertyRector::class);
164
+ $rectorConfig->rule(CompleteDynamicPropertiesRector::class);
165
};
0 commit comments