mirror of
https://github.com/rectorphp/rector.git
synced 2025-01-18 22:08:00 +01:00
update php sets
This commit is contained in:
parent
fb6a3d818b
commit
6d6642961e
@ -1,2 +1,2 @@
|
||||
services:
|
||||
Rector\Php\Rector\PowToExpRector: ~
|
||||
Rector\Php\Rector\FuncCall\PowToExpRector: ~
|
||||
|
@ -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: ~
|
||||
|
@ -1,2 +1,2 @@
|
||||
services:
|
||||
Rector\Php\Rector\IsIterableRector: ~
|
||||
Rector\Php\Rector\BinaryOp\IsIterableRector: ~
|
||||
|
@ -1,2 +1,2 @@
|
||||
services:
|
||||
Rector\Php\Rector\IsCountableRector: ~
|
||||
Rector\Php\Rector\BinaryOp\IsCountableRector: ~
|
||||
|
Loading…
x
Reference in New Issue
Block a user