Commit 545fc34
committed
File tree
6 files changed
+71
-8
lines changedFilter options
- src/Symfony/Component/Serializer
- Mapping/Loader
- Tests
- Fixtures
- Annotations
- Attributes
- Mapping
- Normalizer
6 files changed
+71
-8
lines changedsrc/Symfony/Component/Serializer/Mapping/Loader/AnnotationLoader.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Serializer/Mapping/Loader/AnnotationLoader.php+18-7Lines changed: 18 additions & 7 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
33 | 33 |
|
34 | 34 |
|
35 | 35 |
|
36 |
| - |
37 |
| - |
38 |
| - |
39 |
| - |
40 |
| - |
41 |
| - |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
42 | 42 |
|
43 | 43 |
|
44 | 44 |
|
| ||
157 | 157 |
|
158 | 158 |
|
159 | 159 |
|
160 |
| - |
| 160 | + |
161 | 161 |
|
162 | 162 |
|
163 | 163 |
|
| ||
193 | 193 |
|
194 | 194 |
|
195 | 195 |
|
| 196 | + |
| 197 | + |
| 198 | + |
| 199 | + |
| 200 | + |
| 201 | + |
| 202 | + |
| 203 | + |
| 204 | + |
| 205 | + |
| 206 | + |
196 | 207 |
|
src/Symfony/Component/Serializer/Tests/Fixtures/Annotations/GroupDummy.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Serializer/Tests/Fixtures/Annotations/GroupDummy.php+16Lines changed: 16 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
| 16 | + |
16 | 17 |
|
17 | 18 |
|
18 | 19 |
|
| ||
27 | 28 |
|
28 | 29 |
|
29 | 30 |
|
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
30 | 36 |
|
31 | 37 |
|
32 | 38 |
|
| ||
78 | 84 |
|
79 | 85 |
|
80 | 86 |
|
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | + |
| 96 | + |
81 | 97 |
|
src/Symfony/Component/Serializer/Tests/Fixtures/Attributes/GroupDummy.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Serializer/Tests/Fixtures/Attributes/GroupDummy.php+13Lines changed: 13 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
| 15 | + |
15 | 16 |
|
16 | 17 |
|
17 | 18 |
|
| ||
23 | 24 |
|
24 | 25 |
|
25 | 26 |
|
| 27 | + |
| 28 | + |
26 | 29 |
|
27 | 30 |
|
28 | 31 |
|
| ||
68 | 71 |
|
69 | 72 |
|
70 | 73 |
|
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
71 | 84 |
|
src/Symfony/Component/Serializer/Tests/Fixtures/ChildOfGroupsAnnotationDummy.php
Copy file name to clipboard+18Lines changed: 18 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 | + |
src/Symfony/Component/Serializer/Tests/Mapping/TestClassMetadataFactory.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Serializer/Tests/Mapping/TestClassMetadataFactory.php+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
33 | 33 |
|
34 | 34 |
|
35 | 35 |
|
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
36 | 40 |
|
37 | 41 |
|
38 | 42 |
|
|
src/Symfony/Component/Serializer/Tests/Normalizer/PropertyNormalizerTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Serializer/Tests/Normalizer/PropertyNormalizerTest.php+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
115 | 115 |
|
116 | 116 |
|
117 | 117 |
|
| 118 | + |
118 | 119 |
|
119 | 120 |
|
120 | 121 |
|
121 |
| - |
| 122 | + |
122 | 123 |
|
123 | 124 |
|
124 | 125 |
|
|
0 commit comments