8000 [Form] fix guesed value param type in docblock by xabbuh · Pull Request #22939 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

[Form] fix guesed value param type in docblock #22939

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

Merged
merged 1 commit into from
May 29, 2017

Conversation

xabbuh
Copy link
Member
@xabbuh xabbuh commented May 29, 2017
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

* @param string $value The guessed value
* @param int $confidence The confidence that the guessed class name
* is correct
* @param string|int|bool $value The guessed value
Copy link
Contributor

Choose a reason for hiding this comment

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

@xabbuh xabbuh force-pushed the value-guess-type-docs branch from c094eb5 to 8b22563 Compare May 29, 2017 08:35
@@ -42,7 +37,7 @@ public function __construct($value, $confidence)
/**
* Returns the guessed value.
*
* @return mixed
* @return string|int|bool
Copy link
Contributor

Choose a reason for hiding this comment

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

also null then :)

@xabbuh xabbuh force-pushed the value-guess-type-docs branch from 8b22563 to 43636ba Compare May 29, 2017 08:38
@fabpot
Copy link
Member
fabpot commented May 29, 2017

Thank you @xabbuh.

@fabpot fabpot merged commit 43636ba into symfony:2.7 May 29, 2017
fabpot added a commit that referenced this pull request May 29, 2017
This PR was merged into the 2.7 branch.

Discussion
----------

[Form] fix guesed value param type in docblock

| 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        |

Commits
-------

43636ba [Form] fix guesed value param type in docblock
@xabbuh xabbuh deleted the value-guess-type-docs branch May 30, 2017 00:12
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.

4 participants
0