rector/config/level/php/php71.yml
2018-10-10 22:52:34 +08:00

9 lines
310 B
YAML

services:
Rector\Php\Rector\BinaryOp\IsIterableRector: ~
Rector\Php\Rector\Name\ReservedObjectRector:
Object: 'BaseObject'
Rector\Php\Rector\TryCatch\MultiExceptionCatchRector: ~
Rector\Php\Rector\Assign\AssignArrayToStringRector: ~
Rector\Php\Rector\FuncCall\CountOnNullRector: ~