This commit is contained in:
Tomas Votruba 2018-07-17 22:10:42 +02:00
parent c58bcca915
commit 8122ae6f17
2 changed files with 6 additions and 4 deletions

View File

@ -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'

View File

@ -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 '