Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quoting %emoe_guzzle.*% #4

Closed
mmucklo opened this issue May 2, 2016 · 3 comments
Closed

Quoting %emoe_guzzle.*% #4

mmucklo opened this issue May 2, 2016 · 3 comments

Comments

@mmucklo
Copy link

mmucklo commented May 2, 2016

Apparently symfony has deprecated things like this:

    emoe_guzzle.stopwatch:
        class: %emoe_guzzle.stopwatch.class%
        ...

Instead you're supposed to now do it like this (with double or single quotes):

    emoe_guzzle.stopwatch:
        class: "%emoe_guzzle.stopwatch.class%"
        ...

Would you be willing to update your services.yml / monolog.yml files?

@e-moe
Copy link
Owner

e-moe commented May 2, 2016

@mmucklo , thanks for this comment. I will update .yml files soon

@mmucklo
Copy link
Author

mmucklo commented May 3, 2016

Ok, thanks!

On May 2, 2016, at 2:03 PM, Nikolay Labinskiy notifications@github.com
wrote:

@mmucklo https://github.com/mmucklo , thanks for this comment. I will
update .yml files soon


You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub
#4 (comment)

e-moe added a commit that referenced this issue May 3, 2016
@e-moe
Copy link
Owner

e-moe commented May 3, 2016

fixed in 3f573b5

@e-moe e-moe closed this as completed May 3, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants