Commit be5d85e
File tree
4 files changed
+34
-0
lines changedFilter options
- src/Symfony/Component/Validator
- Constraints
- Tests/Constraints
4 files changed
+34
-0
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 |
---|---|---|
| ||
6 | 6 |
|
7 | 7 |
|
8 | 8 |
|
| 9 | + |
9 | 10 |
|
10 | 11 |
|
11 | 12 |
|
|
src/Symfony/Component/Validator/Constraints/NotBlank.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Validator/Constraints/NotBlank.php+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
18 | 18 |
|
19 | 19 |
|
20 | 20 |
|
| 21 | + |
21 | 22 |
|
22 | 23 |
|
23 | 24 |
|
| ||
28 | 29 |
|
29 | 30 |
|
30 | 31 |
|
| 32 | + |
31 | 33 |
|
src/Symfony/Component/Validator/Constraints/NotBlankValidator.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Validator/Constraints/NotBlankValidator.php+5Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
| 20 | + |
20 | 21 |
|
21 | 22 |
|
22 | 23 |
|
| ||
29 | 30 |
|
30 | 31 |
|
31 | 32 |
|
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
32 | 37 |
|
33 | 38 |
|
34 | 39 |
|
|
src/Symfony/Component/Validator/Tests/Constraints/NotBlankValidatorTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Validator/Tests/Constraints/NotBlankValidatorTest.php+26Lines changed: 26 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
98 | 98 |
|
99 | 99 |
|
100 | 100 |
|
| 101 | + |
| 102 | + |
| 103 | + |
| 104 | + |
| 105 | + |
| 106 | + |
| 107 | + |
| 108 | + |
| 109 | + |
| 110 | + |
| 111 | + |
| 112 | + |
| 113 | + |
| 114 | + |
| 115 | + |
| 116 | + |
| 117 | + |
| 118 | + |
| 119 | + |
| 120 | + |
| 121 | + |
| 122 | + |
| 123 | + |
| 124 | + |
| 125 | + |
| 126 | + |
101 | 127 |
|
0 commit comments