Commit 49ab4ab
committed
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- src/Symfony/Component/Serializer
- Normalizer
- Tests
Expand file treeCollapse file tree
Open diff view settings
Collapse file
src/Symfony/Component/Serializer/Normalizer/AbstractObjectNormalizer.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Serializer/Normalizer/AbstractObjectNormalizer.php+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
486 | 486 | |
487 | 487 | |
488 | 488 | |
489 | | - |
| 489 | + |
490 | 490 | |
491 | 491 | |
492 | 492 | |
|
Collapse file
src/Symfony/Component/Serializer/Normalizer/ArrayDenormalizer.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Serializer/Normalizer/ArrayDenormalizer.php+23-4Lines changed: 23 additions & 4 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
44 | 44 | |
45 | 45 | |
46 | 46 | |
47 | | - |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
48 | 51 | |
49 | 52 | |
50 | 53 | |
51 | 54 | |
52 | | - |
53 | | - |
54 | | - |
| 55 | + |
55 | 56 | |
56 | 57 | |
57 | 58 | |
| ||
73 | 74 | |
74 | 75 | |
75 | 76 | |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + |
76 | 95 | |
Collapse file
src/Symfony/Component/Serializer/Tests/DeserializeNestedArrayOfObjectsTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Serializer/Tests/DeserializeNestedArrayOfObjectsTest.php+64-9Lines changed: 64 additions & 9 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
35 | 35 | |
36 | 36 | |
37 | 37 | |
38 | | - |
39 | 38 | |
40 | 39 | |
41 | 40 | |
| ||
47 | 46 | |
48 | 47 | |
49 | 48 | |
50 | | - |
51 | | - |
| 49 | + |
| 50 | + |
52 | 51 | |
53 | | - |
| 52 | + |
54 | 53 | |
55 | 54 | |
56 | 55 | |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | + |
| 96 | + |
| 97 | + |
| 98 | + |
| 99 | + |
| 100 | + |
| 101 | + |
| 102 | + |
| 103 | + |
| 104 | + |
57 | 105 | |
58 | 106 | |
59 | 107 | |
| ||
100 | 148 | |
101 | 149 | |
102 | 150 | |
| 151 | + |
| 152 | + |
| 153 | + |
| 154 | + |
| 155 | + |
| 156 | + |
| 157 | + |
| 158 | + |
| 159 | + |
| 160 | + |
| 161 | + |
| 162 | + |
103 | 163 | |
104 | 164 | |
105 | 165 | |
106 | 166 | |
107 | 167 | |
108 | | - |
109 | | - |
110 | | - |
111 | | - |
112 | | - |
113 | 168 | |
114 | 169 | |
115 | 170 | |
|
Collapse file
src/Symfony/Component/Serializer/composer.json
Copy file name to clipboardExpand all lines: src/Symfony/Component/Serializer/composer.json+2-2Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
32 | 32 | |
33 | 33 | |
34 | 34 | |
35 | | - |
| 35 | + |
36 | 36 | |
37 | 37 | |
38 | 38 | |
| ||
45 | 45 | |
46 | 46 | |
47 | 47 | |
48 | | - |
| 48 | + |
49 | 49 | |
50 | 50 | |
51 | 51 | |
|
0 commit comments