fix php72 type declaratoin misspel

This commit is contained in:
Tomas Votruba 2019-06-01 01:37:27 +03:00
parent 2481614bdb
commit 1851329f19
2 changed files with 3 additions and 5 deletions

View File

@ -15,8 +15,6 @@ services:
gmp_random: 'gmp_random_bits' # or gmp_random_range
read_exif_data: 'exif_read_data'
Rector\Php\Rector\FunctionLike\ParamTypeDeclarationRector: ~
Rector\Php\Rector\FunctionLike\ReturnTypeDeclarationRector: ~
Rector\Php\Rector\FuncCall\GetClassOnNullRector: ~
Rector\Php\Rector\FuncCall\IsObjectOnIncompleteClassRector: ~
Rector\Php\Rector\FuncCall\ParseStrWithResultArgumentRector: ~

View File

@ -1,4 +1,4 @@
services:
Rector\Php\Rector\FunctionLike\ParamTypeDeclarationRector: ~
Rector\Php\Rector\FunctionLike\ReturnTypeDeclarationRector: ~
Rector\TypeDeclaration\Rector\Function_\AddFunctionReturnTypeRector: ~
Rector\TypeDeclaration\Rector\FunctionLike\ParamTypeDeclarationRector: ~
Rector\TypeDeclaration\Rector\FunctionLike\ReturnTypeDeclarationRector: ~
Rector\TypeDeclaration\Rector\Closure\AddClosureReturnTypeRector: ~