-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Fixed the line length of the new Symfony Styles #14136
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
} | ||
} | ||
|
||
return; |
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.
this has to be removed to comply with symfony CS
@javiereguiluz the class should have a way to get them from the Application IMO |
@stof I agree with you, but I don't know how to do it 😢 |
@javiereguiluz as a last resort webmozart/console/ConsoleIO.php#L56-L58 |
The errors reported by Travis seems to be caused by volatile tests (as reported by @stof in #14078):
|
Thank you @javiereguiluz. |
…iluz) This PR was squashed before being merged into the 2.7 branch (closes #14136). Discussion ---------- Fixed the line length of the new Symfony Styles | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - **After/Before screenshots**    And now my question: is there any way to get the terminal dimensions from SymfonyStyles class without having to copy/paste the code found on \Console\Application? Commits ------- e9c7912 Fixed the line length of the new Symfony Styles
@javiereguiluz : Now that this PR is merged and #14032 too, Travis reports the following error :
I think this might be related to this PR ? |
See #14250 |
After/Before screenshots
And now my question: is there any way to get the terminal dimensions from SymfonyStyles class without having to copy/paste the code found on \Console\Application?