mirror of
https://github.com/rectorphp/rector.git
synced 2025-01-18 22:08:00 +01:00
Fix guzzle50.yml syntax error
Unexpected characters (: 'getPath']) at line 18 (near "'GuzzleHttp\\get_path': ['GuzzleHttp\\Utils': 'getPath']").
This commit is contained in:
parent
3610709e25
commit
420f2bf1f6
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user