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

[Console] Add missing null to input values allowed types #28647

Merged
merged 1 commit into from Oct 1, 2018

Conversation

chalasr
Copy link
Member

@chalasr chalasr commented Sep 30, 2018

Q A
Branch? 4.1
Bug fix? no
New feature? no
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets n/a
License MIT
Doc PR n/a

When switching from mixed in #28448 we forgot that input arguments/options are default null and can be set to null (e.g. when passed empty with mode VALUE_OPTIONAL).
Spotted by @ro0NL

@chalasr chalasr added this to the 2.8 milestone Sep 30, 2018
@chalasr chalasr merged commit f0bc2a6 into symfony:2.8 Oct 1, 2018
chalasr pushed a commit that referenced this pull request Oct 1, 2018
… (chalasr)

This PR was merged into the 2.8 branch.

Discussion
----------

[Console] Add missing null to input values allowed types

| Q             | A
| ------------- | ---
| Branch?       | 4.1
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | n/a
| License       | MIT
| Doc PR        | n/a

When switching from `mixed` in #28448 we forgot that input arguments/options are default `null` and can be set to null (e.g. when passed empty with mode `VALUE_OPTIONAL`).
Spotted by @ro0NL

Commits
-------

f0bc2a6 [Console] Add missing null to input values allowed types
@chalasr chalasr deleted the input-vals-phpdoc branch October 1, 2018 15:57
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.

None yet

4 participants