File tree
6 files changed
+76
-24
lines changedFilter options
- src/Symfony/Component/Validator
- Mapping/Factory
- Tests
- Fixtures
- Mapping/Factory
6 files changed
+76
-24
lines changedsrc/Symfony/Component/Validator/Mapping/Factory/LazyLoadingMetadataFactory.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Validator/Mapping/Factory/LazyLoadingMetadataFactory.php+12-23Lines changed: 12 additions & 23 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
117 | 117 |
|
118 | 118 |
|
119 | 119 |
|
120 |
| - |
121 |
| - |
122 |
| - |
123 |
| - |
124 |
| - |
125 |
| - |
126 |
| - |
127 |
| - |
128 |
| - |
129 |
| - |
130 |
| - |
131 |
| - |
| 120 | + |
| 121 | + |
| 122 | + |
| 123 | + |
132 | 124 |
|
133 | 125 |
|
134 |
| - |
135 |
| - |
136 |
| - |
| 126 | + |
| 127 | + |
| 128 | + |
| 129 | + |
137 | 130 |
|
138 |
| - |
139 | 131 |
|
140 |
| - |
141 |
| - |
| 132 | + |
| 133 | + |
| 134 | + |
142 | 135 |
|
143 |
| - |
144 |
| - |
145 |
| - |
146 |
| - |
| 136 | + |
147 | 137 |
|
148 |
| - |
149 | 138 |
|
150 | 139 |
|
151 | 140 |
|
|
src/Symfony/Component/Validator/Tests/Fixtures/AbstractPropertyGetter.php
Copy file name to clipboard+13Lines changed: 13 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 | + |
src/Symfony/Component/Validator/Tests/Fixtures/ChildGetterInterface.php
Copy file name to clipboard+7Lines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
src/Symfony/Component/Validator/Tests/Fixtures/PropertyGetter.php
Copy file name to clipboard+12Lines changed: 12 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 | + |
src/Symfony/Component/Validator/Tests/Fixtures/PropertyGetterInterface.php
Copy file name to clipboard+8Lines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
src/Symfony/Component/Validator/Tests/Mapping/Factory/LazyLoadingMetadataFactoryTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Validator/Tests/Mapping/Factory/LazyLoadingMetadataFactoryTest.php+24-1Lines changed: 24 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
14 | 14 |
|
15 | 15 |
|
16 | 16 |
|
| 17 | + |
17 | 18 |
|
18 | 19 |
|
19 | 20 |
|
20 | 21 |
|
21 | 22 |
|
| 23 | + |
| 24 | + |
22 | 25 |
|
23 | 26 |
|
24 | 27 |
|
| ||
70 | 73 |
|
71 | 74 |
|
72 | 75 |
|
73 |
| - |
74 | 76 |
|
75 | 77 |
|
76 | 78 |
|
| ||
186 | 188 |
|
187 | 189 |
|
188 | 190 |
|
| 191 | + |
| 192 | + |
| 193 | + |
| 194 | + |
| 195 | + |
| 196 | + |
| 197 | + |
| 198 | + |
| 199 | + |
189 | 200 |
|
190 | 201 |
|
191 | 202 |
|
| ||
195 | 206 |
|
196 | 207 |
|
197 | 208 |
|
| 209 | + |
| 210 | + |
| 211 | + |
| 212 | + |
| 213 | + |
| 214 | + |
| 215 | + |
| 216 | + |
| 217 | + |
| 218 | + |
| 219 | + |
| 220 | + |
0 commit comments