Commit e5a6566
File tree
Expand file treeCollapse file tree
4 files changed
+25
-1
lines changedFilter options
- src/Symfony/Component/Validator
- Constraints
- Test
- Tests/Constraints
Expand file treeCollapse file tree
4 files changed
+25
-1
lines changedsrc/Symfony/Component/Validator/CHANGELOG.md
Copy file name to clipboardExpand all lines: src/Symfony/Component/Validator/CHANGELOG.md+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
5 | 5 |
|
6 | 6 |
|
7 | 7 |
|
| 8 | + |
8 | 9 |
|
9 | 10 |
|
10 | 11 |
|
|
src/Symfony/Component/Validator/Constraints/ChoiceValidator.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Validator/Constraints/ChoiceValidator.php+8-1Lines changed: 8 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
35 | 35 |
|
36 | 36 |
|
37 | 37 |
|
38 |
| - |
| 38 | + |
39 | 39 |
|
40 | 40 |
|
41 | 41 |
|
| ||
55 | 55 |
|
56 | 56 |
|
57 | 57 |
|
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
58 | 65 |
|
59 | 66 |
|
60 | 67 |
|
|
src/Symfony/Component/Validator/Test/SampleBackedEnum.php
Copy file name to clipboard+11Lines changed: 11 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
src/Symfony/Component/Validator/Tests/Constraints/ChoiceValidatorTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Validator/Tests/Constraints/ChoiceValidatorTest.php+5Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
16 | 16 |
|
17 | 17 |
|
18 | 18 |
|
| 19 | + |
19 | 20 |
|
20 | 21 |
|
21 | 22 |
|
| ||
93 | 94 |
|
94 | 95 |
|
95 | 96 |
|
| 97 | + |
| 98 | + |
| 99 | + |
| 100 | + |
96 | 101 |
|
97 | 102 |
|
98 | 103 |
|
|
0 commit comments