You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Avoid deprecated error when using symfony/yaml >= 2.8
Using symfony/yaml >= 2.8 we were getting this error:
```
E_USER_DEPRECATED: Not quoting the scalar "@writer.clover" starting with "@" is deprecated since Symfony 2.8 and will throw a ParseException in 3.0. in vendor/symfony/yaml/Inline.php on line 259
```
0 commit comments