update php sets

This commit is contained in:
Tomas Votruba 2018-10-05 19:04:16 +08:00
parent fb6a3d818b
commit 6d6642961e
4 changed files with 7 additions and 6 deletions

View File

@ -1,2 +1,2 @@
services:
Rector\Php\Rector\PowToExpRector: ~
Rector\Php\Rector\FuncCall\PowToExpRector: ~

View File

@ -1,4 +1,5 @@
services:
Rector\Php\Rector\ExceptionHandlerTypehintRector: ~
Rector\Php\Rector\TernaryToNullCoalescingRector: ~
Rector\Php\Rector\RandomFunctionRector: ~
Rector\Php\Rector\FunctionLike\Php4ConstructorRector: ~
Rector\Php\Rector\Ternary\TernaryToNullCoalescingRector: ~
Rector\Php\Rector\FuncCall\RandomFunctionRector: ~
Rector\Php\Rector\FunctionLike\ExceptionHandlerTypehintRector: ~

View File

@ -1,2 +1,2 @@
services:
Rector\Php\Rector\IsIterableRector: ~
Rector\Php\Rector\BinaryOp\IsIterableRector: ~

View File

@ -1,2 +1,2 @@
services:
Rector\Php\Rector\IsCountableRector: ~
Rector\Php\Rector\BinaryOp\IsCountableRector: ~