rector/config/set/php/php71.yaml
2020-01-05 20:00:32 +01:00

14 lines
583 B
YAML

services:
Rector\Php71\Rector\BinaryOp\IsIterableRector: null
Rector\Php71\Rector\Name\ReservedObjectRector:
$reservedKeywordsToReplacements:
Object: 'BaseObject'
Rector\Php71\Rector\TryCatch\MultiExceptionCatchRector: null
Rector\Php71\Rector\Assign\AssignArrayToStringRector: null
Rector\Php71\Rector\FuncCall\CountOnNullRector: null
Rector\Php71\Rector\FuncCall\RemoveExtraParametersRector: null
Rector\Php71\Rector\BinaryOp\BinaryOpBetweenNumberAndStringRector: null
Rector\Php71\Rector\List_\ListToArrayDestructRector: null