split symfony31

This commit is contained in:
Tomas Votruba 2018-07-17 22:56:34 +02:00
parent 90fab67074
commit fc370983ab
2 changed files with 6 additions and 2 deletions

View File

@ -0,0 +1,6 @@
services:
# yaml
Rector\YamlRector\Rector\ReplaceStringYamlRector:
$oldToNewString:
# https://github.com/symfony/symfony/pull/17462
' !!php/object': ' !php/object'

View File

@ -2,8 +2,6 @@ services:
# yaml
Rector\YamlRector\Rector\ReplaceStringYamlRector:
$oldToNewString:
# covers https://github.com/symfony/symfony/pull/17462/files
' !!php/object': ' !php/object'
' !php/object:': ' !php/object '
' !php/const:': ' !php/const '
' !str': ' !!str'