rector/config/level/php/php71.yaml

12 lines
503 B
YAML
Raw Normal View History

2018-10-03 22:11:30 +08:00
services:
2018-10-05 19:04:16 +08:00
Rector\Php\Rector\BinaryOp\IsIterableRector: ~
2018-10-05 23:34:25 +08:00
Rector\Php\Rector\Name\ReservedObjectRector:
2018-10-06 01:40:17 +08:00
Object: 'BaseObject'
2018-10-08 12:39:37 +08:00
Rector\Php\Rector\TryCatch\MultiExceptionCatchRector: ~
2018-10-09 18:18:42 +08:00
Rector\Php\Rector\Assign\AssignArrayToStringRector: ~
2018-10-10 20:51:22 +08:00
Rector\Php\Rector\FuncCall\CountOnNullRector: ~
Rector\Php\Rector\FunctionLike\ParamTypeDeclarationRector: ~
Rector\Php\Rector\FunctionLike\ReturnTypeDeclarationRector: ~
2018-12-15 10:30:25 +01:00
Rector\Php\Rector\FuncCall\RemoveExtraParametersRector: ~