-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
[Reference] consistent & complete config examples #4160
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
[Reference] consistent & complete config examples #4160
Conversation
55db0cb
to
10da0e8
Compare
Acme\BlogBundle\Entity\Author | ||
getters: | ||
stateInvalid: | ||
- 'False': | ||
- False: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this is wrong - check the caution note that's after the code blocks.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh thanks for noticing @weaverryan.
10da0e8
to
3d1083f
Compare
3d1083f
to
01dc25c
Compare
Wow you're fast @xabbuh! You're probably already doing it :) - but just have 2 other spots where we have quotes that need to go back. Thanks! |
Looks good now - I'll just wait for the CI build in case :). |
@weaverryan Thanks for spotting them. 👍 The build looks good too. |
Merged! |
This PR was merged into the 2.3 branch. Discussion ---------- [Reference] consistent & complete config examples | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | all | Fixed tickets | Make configuration examples in the reference section consistent throughout the different configuration formats. Also fixing several syntax issues. This follow #4114 and #4129. Commits ------- 01dc25c [Reference] consistent & complete config examples
Make configuration examples in the reference section consistent throughout the different configuration formats. Also fixing several syntax issues.
This follow #4114 and #4129.