Commit eaac5c8
File tree
8 files changed
+39
-7
lines changedFilter options
- src/Symfony/Component
- PropertyInfo
- Tests
- Extractor
- Fixtures
- Util
- Serializer/Tests
8 files changed
+39
-7
lines changedsrc/Symfony/Component/PropertyInfo/Tests/Extractor/PhpDocExtractorTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/PropertyInfo/Tests/Extractor/PhpDocExtractorTest.php+5Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
419 | 419 |
|
420 | 420 |
|
421 | 421 |
|
| 422 | + |
| 423 | + |
| 424 | + |
| 425 | + |
| 426 | + |
422 | 427 |
|
423 | 428 |
|
424 | 429 |
|
|
src/Symfony/Component/PropertyInfo/Tests/Extractor/PhpStanExtractorTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/PropertyInfo/Tests/Extractor/PhpStanExtractorTest.php+6-1Lines changed: 6 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
388 | 388 |
|
389 | 389 |
|
390 | 390 |
|
391 |
| - |
| 391 | + |
392 | 392 |
|
393 | 393 |
|
394 | 394 |
|
| ||
427 | 427 |
|
428 | 428 |
|
429 | 429 |
|
| 430 | + |
| 431 | + |
| 432 | + |
| 433 | + |
| 434 | + |
430 | 435 |
|
431 | 436 |
|
432 | 437 |
|
|
src/Symfony/Component/PropertyInfo/Tests/Extractor/ReflectionExtractorTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/PropertyInfo/Tests/Extractor/ReflectionExtractorTest.php+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
73 | 73 |
|
74 | 74 |
|
75 | 75 |
|
| 76 | + |
76 | 77 |
|
77 | 78 |
|
78 | 79 |
|
| ||
137 | 138 |
|
138 | 139 |
|
139 | 140 |
|
| 141 | + |
140 | 142 |
|
141 | 143 |
|
142 | 144 |
|
| ||
190 | 192 |
|
191 | 193 |
|
192 | 194 |
|
| 195 | + |
193 | 196 |
|
194 | 197 |
|
195 | 198 |
|
|
src/Symfony/Component/PropertyInfo/Tests/Fixtures/Dummy.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/PropertyInfo/Tests/Fixtures/Dummy.php+5Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
165 | 165 |
|
166 | 166 |
|
167 | 167 |
|
| 168 | + |
| 169 | + |
| 170 | + |
| 171 | + |
| 172 | + |
168 | 173 |
|
169 | 174 |
|
170 | 175 |
|
|
src/Symfony/Component/PropertyInfo/Tests/Fixtures/DummyUnionType.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/PropertyInfo/Tests/Fixtures/DummyUnionType.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
40 | 40 |
|
41 | 41 |
|
42 | 42 |
|
43 |
| - |
| 43 | + |
44 | 44 |
|
45 | 45 |
|
46 | 46 |
|
|
src/Symfony/Component/PropertyInfo/Util/PhpDocTypeHelper.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/PropertyInfo/Util/PhpDocTypeHelper.php+10-3Lines changed: 10 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
102 | 102 |
|
103 | 103 |
|
104 | 104 |
|
105 |
| - |
| 105 | + |
106 | 106 |
|
107 |
| - |
| 107 | + |
108 | 108 |
|
109 | 109 |
|
110 | 110 |
|
| ||
115 | 115 |
|
116 | 116 |
|
117 | 117 |
|
| 118 | + |
| 119 | + |
| 120 | + |
| 121 | + |
| 122 | + |
| 123 | + |
| 124 | + |
118 | 125 |
|
119 | 126 |
|
120 | 127 |
|
121 |
| - |
| 128 | + |
122 | 129 |
|
123 | 130 |
|
124 | 131 |
|
|
src/Symfony/Component/PropertyInfo/Util/PhpStanTypeHelper.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/PropertyInfo/Util/PhpStanTypeHelper.php+8-1Lines changed: 8 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
121 | 121 |
|
122 | 122 |
|
123 | 123 |
|
| 124 | + |
| 125 | + |
| 126 | + |
| 127 | + |
| 128 | + |
| 129 | + |
| 130 | + |
124 | 131 |
|
125 | 132 |
|
126 | 133 |
|
| ||
136 | 143 |
|
137 | 144 |
|
138 | 145 |
|
139 |
| - |
| 146 | + |
140 | 147 |
|
141 | 148 |
|
142 | 149 |
|
|
src/Symfony/Component/Serializer/Tests/DeserializeNestedArrayOfObjectsTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Serializer/Tests/DeserializeNestedArrayOfObjectsTest.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
156 | 156 |
|
157 | 157 |
|
158 | 158 |
|
159 |
| - |
| 159 | + |
160 | 160 |
|
161 | 161 |
|
162 | 162 |
|
|
0 commit comments