-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
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
Fixed yaml configuration of app.exception_controller #6334
Conversation
Fixed yaml code-block for app.exception_controller service: indented lines with 'class' and 'arguments' configuration to make this example functional.
Good catch @AAstakhov! Actually, we usually use four spaces to indent YAML config examples. Do you want to change that here too (we can do that during merging otherwise). |
👍 thanks @AAstakhov |
As were mentioned in the comment changed indentation of yaml code-block to use four spaces.
Hi, @xabbuh, I hope this time I did it correctly using github online editor. BTW, I'd like to contribute more to docs. Where is the right place to ask and discuss some ideas? IRC? |
Perfect! 👍 You can best ask questions here on GitHub or join us on IRC in #symfony-docs. |
Thanks @AAstakhov, it's looking perfect now. I've just merged your fix into the documentation. It's good to hear you want to help with the documentation! We discuss all things in the issue tracker on GitHub: http://github.com/symfony/symfony-docs/issues If you have any question or want to discuss something, you can create a new issue. You can also join us at #symfony-docs on IRC (it's not active, but most of the time xabbuh or me are in there). |
…khov) This PR was squashed before being merged into the 2.3 branch (closes #6334). Discussion ---------- Fixed yaml configuration of app.exception_controller | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | 2.3+ | Fixed tickets | - Fixed yaml code-block for app.exception_controller service: indented lines with 'class' and 'arguments' configuration to make this example functional. Commits ------- 95a3903 Fixed yaml configuration of app.exception_controller
Explain me pls. My fix was applied to 2.3 but not to other versions (e.g. not to 3.0). Should I do something to fix it everywhere? |
@AAstakhov IIRC everything is merged back to older versions afterwards, but not immediately. |
@AAstakhov we always merge fixes into the oldest maintained branch that they apply to. Then we merge branches from oldest to the newest every so often. In this case, I only merged a couple PRs and didn't merge everything up. |
Fixed yaml code-block for app.exception_controller service: indented lines with 'class' and 'arguments' configuration to make this example functional.