File tree
7 files changed
+102
-5
lines changedFilter options
- src/Symfony/Component/Validator
- Tests
- Constraints/Fixtures
- Fixtures
- Mapping/Loader
- Validator
- Validator
7 files changed
+102
-5
lines changedsrc/Symfony/Component/Validator/Tests/Constraints/Fixtures/ChildA.php
Copy file name to clipboard+23Lines changed: 23 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
src/Symfony/Component/Validator/Tests/Constraints/Fixtures/ChildB.php
Copy file name to clipboard+23Lines changed: 23 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
src/Symfony/Component/Validator/Tests/Fixtures/Entity.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Validator/Tests/Fixtures/Entity.php+40-1Lines changed: 40 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
33 | 33 |
|
34 | 34 |
|
35 | 35 |
|
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
36 | 44 |
|
37 | 45 |
|
38 | 46 |
|
39 | 47 |
|
40 | 48 |
|
41 | 49 |
|
42 |
| - |
43 | 50 |
|
44 | 51 |
|
45 | 52 |
|
| ||
97 | 104 |
|
98 | 105 |
|
99 | 106 |
|
| 107 | + |
| 108 | + |
| 109 | + |
| 110 | + |
| 111 | + |
| 112 | + |
| 113 | + |
| 114 | + |
| 115 | + |
| 116 | + |
| 117 | + |
| 118 | + |
| 119 | + |
| 120 | + |
| 121 | + |
| 122 | + |
| 123 | + |
| 124 | + |
| 125 | + |
| 126 | + |
| 127 | + |
| 128 | + |
| 129 | + |
| 130 | + |
| 131 | + |
| 132 | + |
| 133 | + |
| 134 | + |
| 135 | + |
| 136 | + |
| 137 | + |
| 138 | + |
100 | 139 |
|
src/Symfony/Component/Validator/Tests/Mapping/Loader/AnnotationLoaderTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Validator/Tests/Mapping/Loader/AnnotationLoaderTest.php+5Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
19 | 19 |
|
20 | 20 |
|
21 | 21 |
|
| 22 | + |
22 | 23 |
|
23 | 24 |
|
24 | 25 |
|
| ||
67 | 68 |
|
68 | 69 |
|
69 | 70 |
|
| 71 | + |
| 72 | + |
70 | 73 |
|
71 | 74 |
|
72 | 75 |
|
| ||
137 | 140 |
|
138 | 141 |
|
139 | 142 |
|
| 143 | + |
| 144 | + |
140 | 145 |
|
141 | 146 |
|
142 | 147 |
|
|
src/Symfony/Component/Validator/Tests/Validator/RecursiveContextualValidatorTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Validator/Tests/Validator/RecursiveContextualValidatorTest.phpWhitespace-only changes.
src/Symfony/Component/Validator/Tests/Validator/RecursiveValidatorTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Validator/Tests/Validator/RecursiveValidatorTest.php+8-1Lines changed: 8 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
| 18 | + |
| 19 | + |
18 | 20 |
|
19 | 21 |
|
20 | 22 |
|
| ||
34 | 36 |
|
35 | 37 |
|
36 | 38 |
|
37 |
| - |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
38 | 45 |
|
39 | 46 |
|
40 | 47 |
|
|
src/Symfony/Component/Validator/Validator/RecursiveContextualValidator.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Validator/Validator/RecursiveContextualValidator.php+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
224 | 224 |
|
225 | 225 |
|
226 | 226 |
|
227 |
| - |
| 227 | + |
228 | 228 |
|
229 | 229 |
|
230 | 230 |
|
| ||
280 | 280 |
|
281 | 281 |
|
282 | 282 |
|
283 |
| - |
| 283 | + |
284 | 284 |
|
285 | 285 |
|
286 | 286 |
|
| ||
589 | 589 |
|
590 | 590 |
|
591 | 591 |
|
592 |
| - |
| 592 | + |
593 | 593 |
|
594 | 594 |
|
595 | 595 |
|
|
0 commit comments