CircleOfNice / CiRestClientBundle

Mapper for PHP internal curl library
GNU General Public License v3.0
57 stars 20 forks source link

Add quotation marks to yaml services definitions to avoid deprecation… #39

Closed tomaszturkowski closed 8 years ago

tomaszturkowski commented 8 years ago

… warnings

Due to deprecated usage of %service.name% andNamespace\Some\Class in YAML files - described here: http://symfony.com/blog/new-in-symfony-2-8-yaml-deprecations I updated services.yml to get rid of warnings like: Not quoting a scalar starting with the "%" indicator character is deprecated since Symfony 3.1 and will throw a ParseException in 4.0: (...) in projects based on Symfony 3.x

TobiasHauck commented 8 years ago

Thank you for the PR!