fix incorrect WhileEachToForeachRector service name in lvl php72 [closes #742]

This commit is contained in:
Tomas Votruba 2018-10-30 18:45:13 +01:00
parent c2ccef23ab
commit bc0406e763

View File

@ -1,5 +1,5 @@
services:
Rector\Php\Rector\While_\WhileEachToForeachRector: ~
Rector\Php\Rector\Each\WhileEachToForeachRector: ~
Rector\Php\Rector\Each\ListEachRector: ~
Rector\Php\Rector\Unset_\UnsetCastRector: ~
Rector\Php\Rector\String_\BarewordStringRector: ~