Skip to content

Commit

Permalink
minor #23297 [Validator] Remove property path suggestion for using th…
Browse files Browse the repository at this point in the history
…e Expression validator (ogizanagi)

This PR was merged into the 3.2 branch.

Discussion
----------

[Validator] Remove property path suggestion for using the Expression validator

| Q             | A
| ------------- | ---
| Branch?       | 3.2 <!-- see comment below -->
| Bug fix?      | no
| New feature?  | no <!-- don't forget updating src/**/CHANGELOG.md files -->
| BC breaks?    | no
| Deprecations? | no <!-- don't forget updating UPGRADE-*.md files -->
| Tests pass?   | yes
| Fixed tickets | N/A <!-- #-prefixed issue number(s), if any -->
| License       | MIT
| Doc PR        | N/A

This suggestion is erroneous since #17398 removed any usage of the PropertyAccess component within the Validator one, so it's not even required anymore by the ExpressionValidator.

Commits
-------

e9e1534 [Validator] Remove property path suggestion for using the Expression validator
  • Loading branch information
fabpot committed Jul 3, 2017
2 parents 07c38df + e9e1534 commit 4a66db4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Symfony/Component/Validator/composer.json
Expand Up @@ -43,7 +43,6 @@
"symfony/yaml": "",
"symfony/config": "",
"egulias/email-validator": "Strict (RFC compliant) email validation",
"symfony/property-access": "For using the Expression validator",
"symfony/expression-language": "For using the Expression validator"
},
"autoload": {
Expand Down

0 comments on commit 4a66db4

Please sign in to comment.