File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4848use Rector \PSR4 \Rector \FileWithoutNamespace \NormalizeNamespaceByPSR4ComposerAutoloadRector ;
4949use Rector \Set \ValueObject \LevelSetList ;
5050use Rector \Set \ValueObject \SetList ;
51- use Rector \TypeDeclaration \Rector \Property \TypedPropertyFromAssignsRector ;
5251use Utils \Rector \PassStrictParameterToFunctionParameterRector ;
5352use Utils \Rector \RemoveErrorSuppressInTryCatchStmtsRector ;
5453use Utils \Rector \RemoveVarTagFromClassConstantRector ;
119118 __DIR__ . '/tests/system/Email/EmailTest.php ' ,
120119 ],
121120
122- // buggy on union mixed type, new class extends SomeClass marked as object in union, and false replaced with bool in Union
123- TypedPropertyFromAssignsRector::class,
124-
125121 // rector mistakenly removes `@return true`
126122 RemoveUselessReturnTagRector::class => [
127123 __DIR__ . '/system/Debug/Exceptions.php ' ,
You can’t perform that action at this time.
0 commit comments