We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
FilesystemIteratorSkipDotsRector
1 parent 975c842 commit b23cb16Copy full SHA for b23cb16
1 file changed
rector.php
@@ -12,4 +12,5 @@
12
->withRules([
13
\Rector\CodeQuality\Rector\Class_\CompleteDynamicPropertiesRector::class,
14
\Rector\Php82\Rector\FuncCall\Utf8DecodeEncodeToMbConvertEncodingRector::class,
15
+ \Rector\Php82\Rector\New_\FilesystemIteratorSkipDotsRector::class,
16
]);
0 commit comments