File tree
7 files changed
+43
-34
lines changedFilter options
- src/Symfony
- Bridge/Doctrine/Validator
- Component/Validator
- Mapping
- Tests
- Fixtures
- Annotation
- Attribute
- NestedAttribute
- Mapping
- Loader
7 files changed
+43
-34
lines changedsrc/Symfony/Bridge/Doctrine/Validator/DoctrineLoader.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Doctrine/Validator/DoctrineLoader.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
108 | 108 |
|
109 | 109 |
|
110 | 110 |
|
111 |
| - |
| 111 | + |
112 | 112 |
|
113 | 113 |
|
114 | 114 |
|
|
src/Symfony/Component/Validator/Mapping/ClassMetadata.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Validator/Mapping/ClassMetadata.php+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
358 | 358 |
|
359 | 359 |
|
360 | 360 |
|
361 |
| - |
| 361 | + |
362 | 362 |
|
363 |
| - |
| 363 | + |
364 | 364 |
|
365 |
| - |
| 365 | + |
366 | 366 |
|
367 | 367 |
|
368 | 368 |
|
|
src/Symfony/Component/Validator/Tests/Fixtures/Annotation/Entity.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Validator/Tests/Fixtures/Annotation/Entity.php+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
55 | 55 |
|
56 | 56 |
|
57 | 57 |
|
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
58 | 62 |
|
59 | 63 |
|
60 | 64 |
|
|
src/Symfony/Component/Validator/Tests/Fixtures/Attribute/Entity.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Validator/Tests/Fixtures/Attribute/Entity.php+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
57 | 57 |
|
58 | 58 |
|
59 | 59 |
|
| 60 | + |
| 61 | + |
60 | 62 |
|
61 | 63 |
|
62 | 64 |
|
|
src/Symfony/Component/Validator/Tests/Fixtures/NestedAttribute/Entity.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Validator/Tests/Fixtures/NestedAttribute/Entity.php+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
78 | 78 |
|
79 | 79 |
|
80 | 80 |
|
| 81 | + |
| 82 | + |
81 | 83 |
|
82 | 84 |
|
83 | 85 |
|
|
src/Symfony/Component/Validator/Tests/Mapping/ClassMetadataTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Validator/Tests/Mapping/ClassMetadataTest.php+21-27Lines changed: 21 additions & 27 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
163 | 163 |
|
164 | 164 |
|
165 | 165 |
|
166 |
| - |
167 | 166 |
|
| 167 | + |
168 | 168 |
|
169 | 169 |
|
170 | 170 |
|
| ||
179 | 179 |
|
180 | 180 |
|
181 | 181 |
|
182 |
| - |
183 |
| - |
184 |
| - |
185 |
| - |
186 |
| - |
| 182 | + |
187 | 183 |
|
188 |
| - |
189 |
| - |
190 |
| - |
191 |
| - |
192 |
| - |
193 |
| - |
194 |
| - |
195 |
| - |
196 |
| - |
197 |
| - |
198 |
| - |
| 184 | + |
| 185 | + |
| 186 | + |
| 187 | + |
| 188 | + |
| 189 | + |
| 190 | + |
199 | 191 |
|
200 |
| - |
201 |
| - |
| 192 | + |
| 193 | + |
| 194 | + |
| 195 | + |
| 196 | + |
| 197 | + |
| 198 | + |
| 199 | + |
| 200 | + |
| 201 | + |
202 | 202 |
|
203 |
| - |
204 |
| - |
205 |
| - |
206 |
| - |
207 |
| - |
208 |
| - |
209 |
| - |
210 |
| - |
| 203 | + |
| 204 | + |
211 | 205 |
|
212 | 206 |
|
213 | 207 |
|
|
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+10-3Lines changed: 10 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
27 | 27 |
|
28 | 28 |
|
29 | 29 |
|
| 30 | + |
30 | 31 |
|
31 | 32 |
|
32 | 33 |
|
| ||
98 | 99 |
|
99 | 100 |
|
100 | 101 |
|
| 102 | + |
101 | 103 |
|
102 | 104 |
|
103 | 105 |
|
| ||
139 | 141 |
|
140 | 142 |
|
141 | 143 |
|
| 144 | + |
142 | 145 |
|
143 | 146 |
|
144 | 147 |
|
145 | 148 |
|
146 |
| - |
147 |
| - |
148 | 149 |
|
149 | 150 |
|
150 | 151 |
|
151 | 152 |
|
152 | 153 |
|
153 |
| - |
154 | 154 |
|
155 | 155 |
|
156 | 156 |
|
| ||
187 | 187 |
|
188 | 188 |
|
189 | 189 |
|
| 190 | + |
190 | 191 |
|
191 | 192 |
|
192 | 193 |
|
| 194 | + |
193 | 195 |
|
194 | 196 |
|
| 197 | + |
| 198 | + |
| 199 | + |
| 200 | + |
| 201 | + |
195 | 202 |
|
196 | 203 |
|
197 | 204 |
|
|
0 commit comments