Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[Console] fixed typo in phpdoc#26019

Closed
nicolas-grekas wants to merge 1 commit into
symfony:2.7from
nicolas-grekas:mpiecko-patch-1
Closed

[Console] fixed typo in phpdoc#26019
nicolas-grekas wants to merge 1 commit into
symfony:2.7from
nicolas-grekas:mpiecko-patch-1

Conversation

@nicolas-grekas
Copy link
Copy Markdown
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
Copy Markdown
Member

fabpot commented Feb 2, 2018

This change is wrong.


/**
* Initializes the command just after the input has been validated.
* Initializes the command before the input is validated.
Copy link
Copy Markdown
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
Copy Markdown
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