mirror of
https://github.com/rectorphp/rector.git
synced 2025-03-14 12:29:43 +01:00
Add !str
This commit is contained in:
parent
c58bcca915
commit
8122ae6f17
@ -3,5 +3,7 @@ services:
|
||||
Rector\YamlRector\Rector\ReplaceStringYamlRector:
|
||||
$oldToNewString:
|
||||
# covers https://github.com/symfony/symfony/pull/17462/files
|
||||
'!!php/object': '!php/object'
|
||||
'!php/object:': '!php/object '
|
||||
' !!php/object': ' !php/object'
|
||||
' !php/object:': ' !php/object '
|
||||
' !php/const:': ' !php/const '
|
||||
' !str': ' !!str'
|
||||
|
@ -1,5 +1,5 @@
|
||||
services:
|
||||
Rector\YamlRector\Rector\ReplaceStringYamlRector:
|
||||
$oldToNewString:
|
||||
'!!php/object': '!php/object'
|
||||
'!php/object:': '!php/object '
|
||||
' !!php/object': ' !php/object'
|
||||
' !php/object:': ' !php/object '
|
||||
|
Loading…
x
Reference in New Issue
Block a user