use correct rector name

The rector name is actually for a method, not a function.
This commit is contained in:
Joseph Frazer 2018-10-30 15:34:04 -04:00 committed by GitHub
parent d825640717
commit e410dcf6a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,5 +10,5 @@ services:
# be careful, run this just once, since it can keep swapping order back and forth
Rector\Php\Rector\List_\ListSwapArrayOrderRector: ~
Rector\Php\Rector\FuncCall\CallUserFuncRector: ~
Rector\Php\Rector\FuncCall\CallUserMethodRector : ~
Rector\Php\Rector\FuncCall\EregToPregMatchRector: ~