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 3a3942b commit a6eb59dCopy full SHA for a6eb59d
src/Config/Level/CodeQualityLevel.php
@@ -84,6 +84,7 @@
84
use Rector\Php71\Rector\FuncCall\RemoveExtraParametersRector;
85
use Rector\Renaming\Rector\FuncCall\RenameFunctionRector;
86
use Rector\Strict\Rector\Empty_\DisallowedEmptyRuleFixerRector;
87
+use Rector\TypeDeclaration\Rector\StmtsAwareInterface\SafeDeclareStrictTypesRector;
88
89
/**
90
* Key 0 = level 0
@@ -183,7 +184,7 @@ final class CodeQualityLevel
183
184
SortCallLikeNamedArgsRector::class,
185
SortAttributeNamedArgsRector::class,
186
RemoveReadonlyPropertyVisibilityOnReadonlyClassRector::class,
- // SafeDeclareStrictTypesRector::class,
187
+ SafeDeclareStrictTypesRector::class,
188
];
189
190
0 commit comments