-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Add documentation about hidden response method in Console helper #1822
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
Add documentation about hidden response method in Console helper #1822
Conversation
fifth argument is the default value. | ||
|
||
.. versionadded:: 2.2 | ||
The ``askHiddenResponse`` method was added in Symfony 2.2. |
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 is duplicated from above
Hey Romain! One thing we do need to do right now is make a separate PR against 2.0 with all the things except for the 2.2 new features. Are you able to do that? I can do some patching on your behalf, but I try not to make commits "on behalf" of others (but I do want you to get credit for the updates!) Let me know - thanks! |
I'm gonna do this RIGHT NOW :) |
Is this ok @weaverryan ? Let me know whan it's merged as I will rebase this one |
@romainneutron Merged! Rebase rebase rebase :) |
@weaverryan you don't want to merge 2.0 in master before I rebase ? |
Hey Romain! I'm all merged in right now - you should be ready to go now :) Thanks! |
it's all done @weaverryan ! |
Add documentation about hidden response method in Console helper
Merged - thanks so much! |
thank to you Ryan ! |
this PR adds docs to symfony/symfony#5731