8000 [Validator] add parameter type hints to the Validator component by xabbuh · Pull Request #32264 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

[Validator] add parameter type hints to the Validator component #32264

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
Jun 29, 2019

Conversation

xabbuh
Copy link
Member
@xabbuh xabbuh commented Jun 28, 2019
Q A
Branch? master
Bug fix? no
New feature? no
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets #32179
License MIT
Doc PR

@xabbuh xabbuh force-pushed the issue-32179-validator branch from 414545f to df3a5cb Compare June 28, 2019 16:24
@derrabus derrabus mentioned this pull request Jun 28, 2019
57 tasks
@fabpot
Copy link
Member
fabpot commented Jun 29, 2019

Thank you @xabbuh.

@fabpot fabpot merged commit df3a5cb into symfony:master Jun 29, 2019
fabpot added a commit that referenced this pull request Jun 29, 2019
…mponent (xabbuh)

This PR was merged into the 5.0-dev branch.

Discussion
----------

[Validator] add parameter type hints to the Validator component

| Q             | A
| ------------- | ---
| Branch?       | master
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | #32179
| License       | MIT
| Doc PR        |

Commits
-------

df3a5cb add parameter type hints to the Validator component
@xabbuh xabbuh deleted the issue-32179-validator branch June 29, 2019 07:00
@@ -28,7 +28,7 @@ public function __construct(ManagerRegistry $registry)
$this->registry = $registry;
}

public function initialize($object)
public function initialize(object $object)
Copy link
Member

Choose a reason for hiding this comment

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

With this change, DoctrineBridge 5.0 will become incompatible with Validator 4.4. We should either revert this line or update the composer.json file of DoctrineBridge.

nicolas-grekas added a commit that referenced this pull request Aug 16, 2019
This PR was merged into the 5.0-dev branch.

Discussion
----------

[DoctrineBridge] conflict with Validator < 5.0

| Q             | A
| ------------- | ---
| Branch?       | master
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | #32264 (comment)
| License       | MIT
| Doc PR        |

Commits
-------

f8517cf conflict with Validator < 5.0
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