Commit 345981f
File tree
Expand file treeCollapse file tree
8 files changed
+32
-16
lines changedFilter options
- src/Symfony/Component/Validator
- Constraints
- tests/Symfony/Tests/Component/Validator/Constraints
Expand file treeCollapse file tree
8 files changed
+32
-16
lines changedsrc/Symfony/Component/Validator/ConstraintViolation.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Validator/ConstraintViolation.php+11-1Lines changed: 11 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
20 | 20 |
|
21 | 21 |
|
22 | 22 |
|
| 23 | + |
23 | 24 |
|
24 | 25 |
|
25 | 26 |
|
26 | 27 |
|
27 |
| - |
| 28 | + |
28 | 29 |
|
29 | 30 |
|
30 | 31 |
|
| 32 | + |
31 | 33 |
|
32 | 34 |
|
33 | 35 |
|
| ||
68 | 70 |
|
69 | 71 |
|
70 | 72 |
|
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
71 | 81 |
|
72 | 82 |
|
73 | 83 |
|
|
src/Symfony/Component/Validator/Constraints/ChoiceValidator.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Validator/Constraints/ChoiceValidator.php+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
75 | 75 |
|
76 | 76 |
|
77 | 77 |
|
78 |
| - |
| 78 | + |
79 | 79 |
|
80 | 80 |
|
81 | 81 |
|
82 | 82 |
|
83 | 83 |
|
84 |
| - |
| 84 | + |
85 | 85 |
|
86 | 86 |
|
87 | 87 |
|
|
src/Symfony/Component/Validator/Constraints/MaxLengthValidator.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Validator/Constraints/MaxLengthValidator.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
54 | 54 |
|
55 | 55 |
|
56 | 56 |
|
57 |
| - |
| 57 | + |
58 | 58 |
|
59 | 59 |
|
60 | 60 |
|
|
src/Symfony/Component/Validator/Constraints/MinLengthValidator.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Validator/Constraints/MinLengthValidator.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
54 | 54 |
|
55 | 55 |
|
56 | 56 |
|
57 |
| - |
| 57 | + |
58 | 58 |
|
59 | 59 |
|
60 | 60 |
|
|
src/Symfony/Component/Validator/ExecutionContext.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Validator/ExecutionContext.php+12-6Lines changed: 12 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
56 | 56 |
|
57 | 57 |
|
58 | 58 |
|
| 59 | + |
59 | 60 |
|
60 | 61 |
|
61 | 62 |
|
62 |
| - |
| 63 | + |
63 | 64 |
|
64 | 65 |
|
65 | 66 |
|
66 | 67 |
|
67 | 68 |
|
68 | 69 |
|
69 | 70 |
|
70 |
| - |
| 71 | + |
| 72 | + |
71 | 73 |
|
72 | 74 |
|
73 | 75 |
|
| ||
79 | 81 |
|
80 | 82 |
|
81 | 83 |
|
| 84 | + |
82 | 85 |
|
83 |
| - |
| 86 | + |
84 | 87 |
|
85 | 88 |
|
86 | 89 |
|
87 | 90 |
|
88 | 91 |
|
89 | 92 |
|
90 | 93 |
|
91 |
| - |
| 94 | + |
| 95 | + |
92 | 96 |
|
93 | 97 |
|
94 | 98 |
|
| ||
100 | 104 |
|
101 | 105 |
|
102 | 106 |
|
| 107 | + |
103 | 108 |
|
104 |
| - |
| 109 | + |
105 | 110 |
|
106 | 111 |
|
107 | 112 |
|
108 | 113 |
|
109 | 114 |
|
110 | 115 |
|
111 | 116 |
|
112 |
| - |
| 117 | + |
| 118 | + |
113 | 119 |
|
114 | 120 |
|
115 | 121 |
|
|
tests/Symfony/Tests/Component/Validator/Constraints/ChoiceValidatorTest.php
Copy file name to clipboardExpand all lines: tests/Symfony/Tests/Component/Validator/Constraints/ChoiceValidatorTest.php+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
161 | 161 |
|
162 | 162 |
|
163 | 163 |
|
164 |
| - |
| 164 | + |
165 | 165 |
|
166 | 166 |
|
167 | 167 |
|
| ||
196 | 196 |
|
197 | 197 |
|
198 | 198 |
|
199 |
| - |
| 199 | + |
200 | 200 |
|
201 | 201 |
|
202 | 202 |
|
| ||
214 | 214 |
|
215 | 215 |
|
216 | 216 |
|
217 |
| - |
| 217 | + |
218 | 218 |
|
219 | 219 |
|
220 | 220 |
|
|
tests/Symfony/Tests/Component/Validator/Constraints/MaxLengthValidatorTest.php
Copy file name to clipboardExpand all lines: tests/Symfony/Tests/Component/Validator/Constraints/MaxLengthValidatorTest.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
101 | 101 |
|
102 | 102 |
|
103 | 103 |
|
104 |
| - |
| 104 | + |
105 | 105 |
|
106 | 106 |
|
107 | 107 |
|
|
tests/Symfony/Tests/Component/Validator/Constraints/MinLengthValidatorTest.php
Copy file name to clipboardExpand all lines: tests/Symfony/Tests/Component/Validator/Constraints/MinLengthValidatorTest.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
101 | 101 |
|
102 | 102 |
|
103 | 103 |
|
104 |
| - |
| 104 | + |
105 | 105 |
|
106 | 106 |
|
107 | 107 |
|
|
0 commit comments