-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Updated the bundle configuration articles to Symfony 4 #8620
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
Conversation
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.
You're on a great update streak!
bundles/configuration.rst
Outdated
@@ -46,13 +47,13 @@ as integration of other related components: | |||
.. sidebar:: Using Parameters to Configure your Bundle | |||
|
|||
If you don't have plans to share your bundle between projects, it doesn't |
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.
Then don't create a bundle...?
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.
Haha, yea, I agree with Wouter. We can still say this is optional, of course, but if you're reading this, then you do want to share your bundle between projects :)
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.
You are completely right! This only made sense in the past, where bundles could be non-shareable ... but that's no longer the case. Removed the entire sidebar!
bundles/configuration.rst
Outdated
@@ -46,13 +47,13 @@ as integration of other related components: | |||
.. sidebar:: Using Parameters to Configure your Bundle | |||
|
|||
If you don't have plans to share your bundle between projects, it doesn't |
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.
Haha, yea, I agree with Wouter. We can still say this is optional, of course, but if you're reading this, then you do want to share your bundle between projects :)
One minor comment + fix the conflict. Then we can merge! |
25ebe7c
to
1479c71
Compare
Thank you Javier. |
No description provided.