Leaseweb / LswMemcacheBundle

Symfony bundle for Memcache Doctrine caching and session storage in the Web Debug Toolbar.
MIT License
202 stars 57 forks source link

Fix Deprecation with Symfony Yaml Component v3.2+ #93

Closed elkangaroo closed 7 years ago

elkangaroo commented 7 years ago

Fix syntax in debug.yml, that leads to a deprecation warning with Symfony 3.2+

Using a colon that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}" is deprecated since version 3.2 and will throw a ParseException in 4.0: 1x

crashbtz commented 7 years ago

+1