mmoreram / GearmanBundle

GearmanBundle for Symfony2
MIT License
236 stars 103 forks source link

[DEPRECATION] Fix YAML deprecations for Symfony 3.1 in service definitions #173

Closed pinkeen closed 7 years ago

pinkeen commented 7 years ago

The parameters in service yml files were not properly quoted what caused deprecation warnings in web debug toolbar and when running PHPUnit tests (functional tests depending on the bundle).

daum commented 7 years ago

@pinkeen Thanks! Merged it just now.