File tree
Expand file treeCollapse file tree
8 files changed
+119
-10
lines changedFilter options
- src/Symfony/Component/PropertyInfo
- Extractor
- Tests
- Extractor
- Fixtures
- Util
Expand file treeCollapse file tree
8 files changed
+119
-10
lines changedsrc/Symfony/Component/PropertyInfo/Extractor/PhpDocExtractor.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/PropertyInfo/Extractor/PhpDocExtractor.php+26-1Lines changed: 26 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
142 | 142 |
|
143 | 143 |
|
144 | 144 |
|
| 145 | + |
145 | 146 |
|
146 | 147 |
|
147 | 148 |
|
148 | 149 |
|
149 |
| - |
| 150 | + |
| 151 | + |
| 152 | + |
| 153 | + |
| 154 | + |
| 155 | + |
| 156 | + |
| 157 | + |
| 158 | + |
| 159 | + |
| 160 | + |
| 161 | + |
| 162 | + |
| 163 | + |
| 164 | + |
| 165 | + |
| 166 | + |
| 167 | + |
| 168 | + |
| 169 | + |
| 170 | + |
| 171 | + |
| 172 | + |
| 173 | + |
| 174 | + |
150 | 175 |
|
151 | 176 |
|
152 | 177 |
|
|
src/Symfony/Component/PropertyInfo/Tests/Extractor/PhpDocExtractorTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/PropertyInfo/Tests/Extractor/PhpDocExtractorTest.php+34Lines changed: 34 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
| 20 | + |
20 | 21 |
|
21 | 22 |
|
22 | 23 |
|
| ||
120 | 121 |
|
121 | 122 |
|
122 | 123 |
|
| 124 | + |
123 | 125 |
|
124 | 126 |
|
125 | 127 |
|
| ||
293 | 295 |
|
294 | 296 |
|
295 | 297 |
|
| 298 | + |
| 299 | + |
| 300 | + |
| 301 | + |
| 302 | + |
| 303 | + |
| 304 | + |
| 305 | + |
| 306 | + |
| 307 | + |
| 308 | + |
| 309 | + |
| 310 | + |
| 311 | + |
| 312 | + |
| 313 | + |
| 314 | + |
| 315 | + |
| 316 | + |
| 317 | + |
| 318 | + |
| 319 | + |
| 320 | + |
| 321 | + |
| 322 | + |
| 323 | + |
| 324 | + |
| 325 | + |
| 326 | + |
| 327 | + |
| 328 | + |
| 329 | + |
296 | 330 |
|
297 | 331 |
|
298 | 332 |
|
|
src/Symfony/Component/PropertyInfo/Tests/Extractor/ReflectionExtractorTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/PropertyInfo/Tests/Extractor/ReflectionExtractorTest.php+20-8Lines changed: 20 additions & 8 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
20 | 20 |
|
21 | 21 |
|
22 | 22 |
|
| 23 | + |
| 24 | + |
23 | 25 |
|
24 | 26 |
|
25 | 27 |
|
| ||
57 | 59 |
|
58 | 60 |
|
59 | 61 |
|
| 62 | + |
60 | 63 |
|
61 | 64 |
|
62 | 65 |
|
63 | 66 |
|
64 | 67 |
|
65 | 68 |
|
| 69 | + |
| 70 | + |
66 | 71 |
|
67 | 72 |
|
68 | 73 |
|
| ||
105 | 110 |
|
106 | 111 |
|
107 | 112 |
|
| 113 | + |
108 | 114 |
|
109 | 115 |
|
110 | 116 |
|
111 | 117 |
|
112 | 118 |
|
113 | 119 |
|
| 120 | + |
| 121 | + |
114 | 122 |
|
115 | 123 |
|
116 | 124 |
|
| ||
143 | 151 |
|
144 | 152 |
|
145 | 153 |
|
| 154 | + |
146 | 155 |
|
147 | 156 |
|
148 | 157 |
|
149 | 158 |
|
150 | 159 |
|
151 | 160 |
|
| 161 | + |
| 162 | + |
152 | 163 |
|
153 | 164 |
|
154 | 165 |
|
| ||
184 | 195 |
|
185 | 196 |
|
186 | 197 |
|
187 |
| - |
| 198 | + |
188 | 199 |
|
189 |
| - |
| 200 | + |
190 | 201 |
|
191 | 202 |
|
192 | 203 |
|
193 | 204 |
|
194 | 205 |
|
195 |
| - |
196 |
| - |
197 |
| - |
198 |
| - |
199 |
| - |
200 |
| - |
| 206 | + |
| 207 | + |
| 208 | + |
| 209 | + |
| 210 | + |
| 211 | + |
| 212 | + |
201 | 213 |
|
202 | 214 |
|
203 | 215 |
|
|
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 |
---|---|---|
| ||
130 | 130 |
|
131 | 131 |
|
132 | 132 |
|
| 133 | + |
| 134 | + |
| 135 | + |
| 136 | + |
| 137 | + |
133 | 138 |
|
134 | 139 |
|
135 | 140 |
|
|
src/Symfony/Component/PropertyInfo/Tests/Fixtures/ParentDummy.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/PropertyInfo/Tests/Fixtures/ParentDummy.php+10Lines changed: 10 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
48 | 48 |
|
49 | 49 |
|
50 | 50 |
|
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
51 | 61 |
|
52 | 62 |
|
53 | 63 |
|
|
src/Symfony/Component/PropertyInfo/Tests/Fixtures/Php7Dummy.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/PropertyInfo/Tests/Fixtures/Php7Dummy.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
14 | 14 |
|
15 | 15 |
|
16 | 16 |
|
17 |
| - |
| 17 | + |
18 | 18 |
|
19 | 19 |
|
20 | 20 |
|
|
src/Symfony/Component/PropertyInfo/Tests/Fixtures/Php7ParentDummy.php
Copy file name to clipboard+19Lines changed: 19 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 | + |
| 19 | + |
src/Symfony/Component/PropertyInfo/Util/PhpDocTypeHelper.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/PropertyInfo/Util/PhpDocTypeHelper.php+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
160 | 160 |
|
161 | 161 |
|
162 | 162 |
|
| 163 | + |
| 164 | + |
| 165 | + |
| 166 | + |
163 | 167 |
|
164 | 168 |
|
165 | 169 |
|
0 commit comments