File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 4343use Rector \Php73 \Rector \FuncCall \StringifyStrNeedlesRector ;
4444use Rector \PHPUnit \AnnotationsToAttributes \Rector \Class_ \AnnotationWithValueToAttributeRector ;
4545use Rector \PHPUnit \CodeQuality \Rector \Class_ \YieldDataProviderRector ;
46+ use Rector \PHPUnit \CodeQuality \Rector \StmtsAwareInterface \DeclareStrictTypesTestsRector ;
4647use Rector \PHPUnit \Set \PHPUnitSetList ;
4748use Rector \Privatization \Rector \Property \PrivatizeFinalClassPropertyRector ;
4849use Rector \Set \ValueObject \LevelSetList ;
119120 __DIR__ . '/tests/_support/Commands/TasksExample.php ' ,
120121 __DIR__ . '/tests/unit/TaskRunnerTest.php ' ,
121122 ],
123+
124+ // Temporary fix
125+ DeclareStrictTypesTestsRector::class,
122126 ]);
123127
124128 // auto import fully qualified class names
You can’t perform that action at this time.
0 commit comments