Commit 2e6a44f
committed
Add COLLECT_EXTRA_ATTRIBUTES_ERRORS and full deserialization path
1 parent fb508d5 commit 2e6a44fCopy full SHA for 2e6a44f
File tree
Expand file treeCollapse file tree
15 files changed
+345
-27
lines changedOpen diff view settings
Filter options
- src/Symfony/Component
- PropertyAccess
- Tests
- Serializer
- Context
- Exception
- Normalizer
- Tests
- Context
- Fixtures
Expand file treeCollapse file tree
15 files changed
+345
-27
lines changedOpen diff view settings
Collapse file
+2Lines changed: 2 additions & 0 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
100 | 100 | |
101 | 101 | |
102 | 102 | |
| 103 | + |
| 104 | + |
103 | 105 | |
104 | 106 | |
105 | 107 | |
|
Collapse file
src/Symfony/Component/PropertyAccess/CHANGELOG.md
Copy file name to clipboardExpand all lines: src/Symfony/Component/PropertyAccess/CHANGELOG.md+1Lines changed: 1 addition & 0 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
8 | 8 | |
9 | 9 | |
10 | 10 | |
| 11 | + |
11 | 12 | |
12 | 13 | |
13 | 14 | |
|
Collapse file
src/Symfony/Component/PropertyAccess/PropertyPath.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/PropertyAccess/PropertyPath.php+29Lines changed: 29 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
203 | 203 | |
204 | 204 | |
205 | 205 | |
| 206 | + |
| 207 | + |
| 208 | + |
| 209 | + |
| 210 | + |
| 211 | + |
| 212 | + |
| 213 | + |
| 214 | + |
| 215 | + |
| 216 | + |
| 217 | + |
| 218 | + |
| 219 | + |
| 220 | + |
| 221 | + |
| 222 | + |
| 223 | + |
| 224 | + |
| 225 | + |
| 226 | + |
| 227 | + |
| 228 | + |
| 229 | + |
| 230 | + |
| 231 | + |
| 232 | + |
| 233 | + |
| 234 | + |
206 | 235 | |
Collapse file
src/Symfony/Component/PropertyAccess/Tests/PropertyPathTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/PropertyAccess/Tests/PropertyPathTest.php+20Lines changed: 20 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
170 | 170 | |
171 | 171 | |
172 | 172 | |
| 173 | + |
| 174 | + |
| 175 | + |
| 176 | + |
| 177 | + |
| 178 | + |
| 179 | + |
| 180 | + |
| 181 | + |
| 182 | + |
| 183 | + |
| 184 | + |
| 185 | + |
| 186 | + |
| 187 | + |
| 188 | + |
| 189 | + |
| 190 | + |
| 191 | + |
| 192 | + |
173 | 193 | |
Collapse file
src/Symfony/Component/Serializer/CHANGELOG.md
Copy file name to clipboardExpand all lines: src/Symfony/Component/Serializer/CHANGELOG.md+2Lines changed: 2 additions & 0 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
12 | 12 | |
13 | 13 | |
14 | 14 | |
| 15 | + |
| 16 | + |
15 | 17 | |
16 | 18 | |
17 | 19 | |
|
Collapse file
src/Symfony/Component/Serializer/Context/SerializerContextBuilder.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Serializer/Context/SerializerContextBuilder.php+6Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
11 | 11 | |
12 | 12 | |
13 | 13 | |
| 14 | + |
14 | 15 | |
15 | 16 | |
16 | 17 | |
| ||
36 | 37 | |
37 | 38 | |
38 | 39 | |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
39 | 45 | |
Collapse file
src/Symfony/Component/Serializer/Exception/PartialDenormalizationException.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Serializer/Exception/PartialDenormalizationException.php+34-5Lines changed: 34 additions & 5 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
16 | 16 | |
17 | 17 | |
18 | 18 | |
19 | | - |
20 | | - |
| 19 | + |
21 | 20 | |
22 | | - |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
23 | 29 | |
24 | 30 | |
25 | | - |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
26 | 39 | |
27 | 40 | |
28 | 41 | |
29 | 42 | |
30 | 43 | |
31 | 44 | |
32 | 45 | |
| 46 | + |
| 47 | + |
| 48 | + |
33 | 49 | |
34 | 50 | |
35 | | - |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
36 | 65 | |
37 | 66 | |
Collapse file
src/Symfony/Component/Serializer/Normalizer/AbstractNormalizer.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Serializer/Normalizer/AbstractNormalizer.php+2-1Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
11 | 11 | |
12 | 12 | |
13 | 13 | |
| 14 | + |
14 | 15 | |
15 | 16 | |
16 | 17 | |
| ||
505 | 506 | |
506 | 507 | |
507 | 508 | |
508 | | - |
| 509 | + |
509 | 510 | |
510 | 511 | |
511 | 512 | |
|
Collapse file
src/Symfony/Component/Serializer/Normalizer/AbstractObjectNormalizer.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Serializer/Normalizer/AbstractObjectNormalizer.php+9-4Lines changed: 9 additions & 4 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
15 | 15 | |
16 | 16 | |
17 | 17 | |
| 18 | + |
18 | 19 | |
19 | 20 | |
20 | 21 | |
| ||
228 | 229 | |
229 | 230 | |
230 | 231 | |
231 | | - |
| 232 | + |
232 | 233 | |
233 | 234 | |
234 | 235 | |
235 | 236 | |
236 | | - |
| 237 | + |
237 | 238 | |
238 | 239 | |
239 | 240 | |
| ||
398 | 399 | |
399 | 400 | |
400 | 401 | |
401 | | - |
402 | | - |
| 402 | + |
| 403 | + |
| 404 | + |
| 405 | + |
| 406 | + |
| 407 | + |
403 | 408 | |
404 | 409 | |
405 | 410 | |
|
Collapse file
src/Symfony/Component/Serializer/Normalizer/ArrayDenormalizer.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Serializer/Normalizer/ArrayDenormalizer.php+2-1Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
11 | 11 | |
12 | 12 | |
13 | 13 | |
| 14 | + |
14 | 15 | |
15 | 16 | |
16 | 17 | |
| ||
47 | 48 | |
48 | 49 | |
49 | 50 | |
50 | | - |
| 51 | + |
51 | 52 | |
52 | 53 | |
53 | 54 | |
|
0 commit comments