8000 [Console] fixed typo in phpdoc by nicolas-grekas · Pull Request #26019 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

[Console] fixed typo in phpdoc #26019

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

Closed
wants to merge 1 commit into from

Conversation

nicolas-grekas
Copy link
Member
Q A
Branch? 2.7
Bug fix? no
New feature? no
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets -
License MIT
Doc PR -

@fabpot
Copy link
Member
fabpot commented Feb 2, 2018

This change is wrong.

@@ -160,7 +160,7 @@ protected function interact(InputInterface $input, OutputInterface $output)
}

/**
* Initializes the command just after the input has been validated.
* Initializes the command before the input is validated.
Copy link
Member
@chalasr chalasr Feb 2, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually most part of the input validation happens in Input::bind() before that initialize() is called, Input:: validate() is then called. I would reword it relying on method names

@nicolas-grekas
Copy link
Member Author

OK, I'm closing not need to spend more time here :)

@nicolas-grekas nicolas-grekas deleted the mpiecko-patch-1 branch February 2, 2018 13:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants
0