Skip to content
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

fixed invalid phpdoc #1899

Merged
merged 6 commits into from
Aug 9, 2019
Merged

fixed invalid phpdoc #1899

merged 6 commits into from
Aug 9, 2019

Conversation

staabm
Copy link
Contributor

@staabm staabm commented Aug 9, 2019

Q A
Bug fix? Yes
New feature? No
BC breaks? No
Deprecations? No
Fixed tickets N/A

Do not forget to add notes about your changes to CHANGELOG.md

Easiest way to do it, by running next command:

php bin/changelog

@@ -602,7 +602,7 @@ function ask($message, $default = null, $suggestedChoices = null)
* @param string[] $availableChoices
* @param string|null $default
* @param bool|false $multiselect
* @return array
* @return string|string[]
Copy link
Contributor Author

Choose a reason for hiding this comment

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

it can return string[] on multiselect questions but also string on non-multi

@antonmedv antonmedv merged commit 301ebed into deployphp:master Aug 9, 2019
@staabm staabm deleted the patch-3 branch August 9, 2019 10:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants