rector/config/set/php/php80.yaml
2020-06-03 09:31:06 +02:00

12 lines
631 B
YAML

services:
Rector\Php80\Rector\FunctionLike\UnionTypesRector: null
Rector\Php80\Rector\NotIdentical\StrContainsRector: null
Rector\Php80\Rector\Identical\StrStartsWithRector: null
Rector\Php80\Rector\Identical\StrEndsWithRector: null
Rector\Php80\Rector\Class_\StringableForToStringRector: null
Rector\Php80\Rector\Class_\AnnotationToAttributeRector: null
Rector\Php80\Rector\FuncCall\ClassOnObjectRector: null
Rector\Php80\Rector\Ternary\GetDebugTypeRector: null
Rector\Php80\Rector\FuncCall\TokenGetAllToObjectRector: null
Rector\Php80\Rector\Catch_\RemoveUnusedVariableInCatchRector: null