Commit f1e9584
committed
minor symfony#7281 PHP sample had a mistake (manoakys)
This PR was submitted for the 3.2 branch but it was merged into the 2.7 branch instead (closes symfony#7281).
Discussion
----------
PHP sample had a mistake
was $metadata->addPropertyConstraint('age', new Assert\NotEqualTo('Mary'));
should be $metadata->addPropertyConstraint('firstName', new Assert\NotEqualTo('Mary'));
Commits
-------
6781134 PHP sample had mistake1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
| 105 | + | |
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
| |||
0 commit comments