-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
[#2870] put back the command argument when executing a command in the Co... #3033
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
Documented dumpFile
Updated sidebar to use Debug component
Documented the Comparison validators
Conflicts: components/console/helpers/progresshelper.rst reference/configuration/framework.rst
[2.3] Document Crawler::html method
Conflicts: components/filesystem.rst
[Components][Console] Fixed typos for table helper
Made the Icu component compatible with ICU 3.8
…ridge Adding lazy services documentation as of symfony/symfony#7890
Conflicts: components/yaml/introduction.rst
Conflicts: components/yaml/introduction.rst
Conflicts: components/yaml/introduction.rst
[WCM] Added docs for the changes proposed in symfony/symfony#8908
Documented Stopwatch Helper
[WCM] [Process] Doc for output flush methods.
document the getEncodings() method of the Request class
…reas The language used by @xabbuh is actually straight from the PHPDoc, which is cool, but I don't love the wording there, and having some variety in wording might help clarification.
In case the command has been retrieved from an Application, this is indeed required in 2.3 and below (but the Symfony 2.4 simplified this by hiding the handling of the internal |
Even in 2.3 this separation was not that clear. You only had to specify the Thus, the new feature in 2.4 was in fact intended to fix this inconsistency. |
fix versionadded directive
Fixed wrong redirection of virtuals -> inherit_data
fix build errors
Conflicts: book/forms.rst components/event_dispatcher/introduction.rst cookbook/configuration/front_controllers_and_kernel.rst cookbook/form/dynamic_form_modification.rst reference/configuration/framework.rst reference/constraints/Max.rst reference/constraints/MaxLength.rst reference/constraints/Min.rst reference/constraints/MinLength.rst reference/forms/types/choice.rst reference/forms/types/field.rst reference/forms/types/form.rst reference/forms/types/map.rst.inc
Conflicts: reference/constraints/Image.rst
… in the CommandTester
Thanks @xabbuh - it looks like this never should have been removed. I've patched your commit into the 2.2 branch at sha: 921a63b. Will this need to be changed in 2.4 due to symfony/symfony@50c8050? |
Well, we can remove it again in |
@weaverryan #3087 addresses the necessary changes for |
...mmandTester