Commit cd2228e
committed
minor symfony#61795 [Validator] Expression constraint docblock incorrectly states default value for negate (nesl247)
This PR was squashed before being merged into the 7.3 branch.
Discussion
----------
[Validator] Expression constraint docblock incorrectly states default value for negate
| Q | A
| ------------- | ---
| Branch? | 7.3
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Issues |
| License | MIT
The docblock incorrectly stated that the default is to false. On line 41, you can see that the default is true. Changing the default to match the docblock would cause a BC break, so fixing the documentation instead.
Commits
-------
87b0ff2 [Validator] Expression constraint docblock incorrectly states default value for negate1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
0 commit comments