-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Updated the styles of the config parameters #15980
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
That would be particular and maybe I'm wrong, but will using the |
@ogizanagi that could work ... but it looks like a hack to me, so I guess Symfony deciders will never accept it. |
e9b0181
to
ca56950
Compare
Yes, it should be be valid YAML. |
ca56950
to
a8de671
Compare
Reverted the wrong modifications and rebased. |
Thank you @javiereguiluz. |
This PR was squashed before being merged into the 2.8 branch (closes #15980). Discussion ---------- Updated the styles of the config parameters | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - This PR uses comment() which hasn't been merged yet. WIP PR at #15964 **I have a question**: is it mandatory that the output of this command is a valid YAML or XML file? If not, we can keep the changes in the title of the command. Otherwise, I'll revert those changes.   Commits ------- fdaa513 Updated the styles of the config parameters
@@ -26,7 +25,7 @@ | |||
*/ | |||
abstract class AbstractConfigCommand extends ContainerDebugCommand | |||
{ | |||
protected function listBundles(OutputInterface $output) |
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.
Why removed typehint?
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.
Because we are doing weird things with the $output
variable. Everything will be fixed once we settle on this: #16000
This PR uses comment() which hasn't been merged yet. WIP PR at #15964
I have a question: is it mandatory that the output of this command is a valid YAML or XML file? If not, we can keep the changes in the title of the command. Otherwise, I'll revert those changes.