Fix guzzle50.yml syntax error

Unexpected characters (: 'getPath']) at line 18 (near "'GuzzleHttp\\get_path': ['GuzzleHttp\\Utils': 'getPath']").
This commit is contained in:
Adrien Brault 2018-10-14 18:19:08 +02:00 committed by GitHub
parent 3610709e25
commit 420f2bf1f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ services:
Rector\Rector\Function_\FunctionToMethodCallRector:
'GuzzleHttp\json_decode': ['GuzzleHttp\Utils', 'jsonDecode']
'GuzzleHttp\get_path': ['GuzzleHttp\Utils': 'getPath']
'GuzzleHttp\get_path': ['GuzzleHttp\Utils', 'getPath']
Rector\Rector\StaticCall\StaticCallToFunctionRector:
'GuzzleHttp\Utils::setPath': 'GuzzleHttp\set_path'
'GuzzleHttp\Pool::batch': 'GuzzleHttp\Pool\batch'