Commit 12d4a45
committed
Merge branch '7.3' into 7.4
* 7.3:
[PropertyInfo] Conflict with phpdocumentor/reflection-docblock >= 6
[PropertyInfo] Fix resolution of self/parent types in inherited DocBlocks
[PropertyInfo] Fix resolution of self/parent types in inherited DocBlocks
chore(translation): remove state needs-review-translation fixes symfony#5941310 files changed
+255-63Lines changed: 255 additions & 63 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- src/Symfony
- Bridge/Twig
- Bundle/FrameworkBundle
- Component
- Mime
- PropertyInfo
- Extractor
- Tests
- Extractor
- Fixtures/Extractor
- Serializer
- Validator/Resources/translations
Expand file treeCollapse file tree
Open diff view settings
Collapse file
+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
180 | 180 | |
181 | 181 | |
182 | 182 | |
183 | | - |
| 183 | + |
184 | 184 | |
185 | 185 | |
186 | 186 | |
|
Collapse file
src/Symfony/Bridge/Twig/composer.json
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Twig/composer.json+3-3Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
24 | 24 | |
25 | 25 | |
26 | 26 | |
27 | | - |
| 27 | + |
28 | 28 | |
29 | 29 | |
30 | 30 | |
| ||
57 | 57 | |
58 | 58 | |
59 | 59 | |
60 | | - |
61 | | - |
| 60 | + |
| 61 | + |
62 | 62 | |
63 | 63 | |
64 | 64 | |
|
Collapse file
src/Symfony/Bundle/FrameworkBundle/composer.json
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/composer.json+3-3Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
36 | 36 | |
37 | 37 | |
38 | 38 | |
| 39 | + |
39 | 40 | |
40 | 41 | |
41 | 42 | |
| ||
76 | 77 | |
77 | 78 | |
78 | 79 | |
79 | | - |
80 | 80 | |
81 | 81 | |
82 | 82 | |
83 | 83 | |
84 | | - |
85 | | - |
| 84 | + |
| 85 | + |
86 | 86 | |
87 | 87 | |
88 | 88 | |
|
Collapse file
src/Symfony/Component/Mime/composer.json
Copy file name to clipboardExpand all lines: src/Symfony/Component/Mime/composer.json+3-3Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
24 | 24 | |
25 | 25 | |
26 | 26 | |
27 | | - |
| 27 | + |
28 | 28 | |
29 | 29 | |
30 | 30 | |
| ||
33 | 33 | |
34 | 34 | |
35 | 35 | |
36 | | - |
37 | | - |
| 36 | + |
| 37 | + |
38 | 38 | |
39 | 39 | |
40 | 40 | |
|
Collapse file
src/Symfony/Component/PropertyInfo/Extractor/PhpDocExtractor.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/PropertyInfo/Extractor/PhpDocExtractor.php+35-27Lines changed: 35 additions & 27 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
12 | 12 | |
13 | 13 | |
14 | 14 | |
15 | | - |
16 | | - |
17 | 15 | |
18 | 16 | |
19 | 17 | |
| ||
43 | 41 | |
44 | 42 | |
45 | 43 | |
46 | | - |
| 44 | + |
47 | 45 | |
48 | 46 | |
49 | 47 | |
| ||
71 | 69 | |
72 | 70 | |
73 | 71 | |
74 | | - |
75 | | - |
76 | | - |
77 | | - |
78 | 72 | |
79 | 73 | |
80 | 74 | |
| ||
129 | 123 | |
130 | 124 | |
131 | 125 | |
132 | | - |
| 126 | + |
| 127 | + |
133 | 128 | |
134 | 129 | |
135 | 130 | |
| ||
148 | 143 | |
149 | 144 | |
150 | 145 | |
| 146 | + |
| 147 | + |
| 148 | + |
151 | 149 | |
152 | 150 | |
153 | 151 | |
154 | 152 | |
155 | 153 | |
156 | | - |
| 154 | + |
157 | 155 | |
158 | 156 | |
159 | 157 | |
| ||
210 | 208 | |
211 | 209 | |
212 | 210 | |
213 | | - |
| 211 | + |
214 | 212 | |
215 | 213 | |
216 | 214 | |
| ||
222 | 220 | |
223 | 221 | |
224 | 222 | |
225 | | - |
| 223 | + |
226 | 224 | |
227 | 225 | |
228 | 226 | |
| ||
322 | 320 | |
323 | 321 | |
324 | 322 | |
325 | | - |
| 323 | + |
326 | 324 | |
327 | 325 | |
328 | 326 | |
| ||
342 | 340 | |
343 | 341 | |
344 | 342 | |
345 | | - |
| 343 | + |
346 | 344 | |
347 | 345 | |
348 | | - |
349 | | - |
| 346 | + |
| 347 | + |
350 | 348 | |
351 | 349 | |
352 | | - |
353 | | - |
| 350 | + |
| 351 | + |
354 | 352 | |
355 | 353 | |
356 | | - |
357 | | - |
| 354 | + |
| 355 | + |
358 | 356 | |
359 | 357 | |
360 | 358 | |
361 | | - |
| 359 | + |
362 | 360 | |
363 | 361 | |
364 | 362 | |
365 | 363 | |
366 | 364 | |
367 | | - |
| 365 | + |
| 366 | + |
| 367 | + |
| 368 | + |
368 | 369 | |
| 370 | + |
| 371 | + |
369 | 372 | |
370 | 373 | |
371 | 374 | |
| ||
377 | 380 | |
378 | 381 | |
379 | 382 | |
380 | | - |
| 383 | + |
381 | 384 | |
382 | 385 | |
383 | 386 | |
384 | 387 | |
385 | | - |
| 388 | + |
| 389 | + |
| 390 | + |
386 | 391 | |
387 | 392 | |
388 | 393 | |
389 | 394 | |
390 | 395 | |
391 | 396 | |
392 | | - |
| 397 | + |
393 | 398 | |
394 | | - |
| 399 | + |
395 | 400 | |
| 401 | + |
396 | 402 | |
397 | 403 | |
398 | 404 | |
| ||
429 | 435 | |
430 | 436 | |
431 | 437 | |
432 | | - |
| 438 | + |
433 | 439 | |
434 | 440 | |
435 | 441 | |
436 | 442 | |
437 | | - |
| 443 | + |
| 444 | + |
| 445 | + |
438 | 446 | |
439 | 447 | |
440 | 448 | |
|
Collapse file
src/Symfony/Component/PropertyInfo/Tests/Extractor/PhpDocExtractorTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/PropertyInfo/Tests/Extractor/PhpDocExtractorTest.php+75Lines changed: 75 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
23 | 23 | |
24 | 24 | |
25 | 25 | |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
26 | 34 | |
27 | 35 | |
28 | 36 | |
| ||
819 | 827 | |
820 | 828 | |
821 | 829 | |
| 830 | + |
| 831 | + |
| 832 | + |
| 833 | + |
| 834 | + |
| 835 | + |
| 836 | + |
| 837 | + |
| 838 | + |
| 839 | + |
| 840 | + |
| 841 | + |
| 842 | + |
| 843 | + |
| 844 | + |
| 845 | + |
| 846 | + |
| 847 | + |
| 848 | + |
| 849 | + |
| 850 | + |
| 851 | + |
| 852 | + |
| 853 | + |
| 854 | + |
| 855 | + |
| 856 | + |
| 857 | + |
| 858 | + |
| 859 | + |
| 860 | + |
| 861 | + |
| 862 | + |
822 | 863 | |
823 | 864 | |
824 | 865 | |
| ||
932 | 973 | |
933 | 974 | |
934 | 975 | |
| 976 | + |
| 977 | + |
| 978 | + |
| 979 | + |
| 980 | + |
| 981 | + |
| 982 | + |
| 983 | + |
| 984 | + |
| 985 | + |
| 986 | + |
| 987 | + |
| 988 | + |
| 989 | + |
| 990 | + |
| 991 | + |
| 992 | + |
| 993 | + |
| 994 | + |
| 995 | + |
| 996 | + |
| 997 | + |
| 998 | + |
| 999 | + |
| 1000 | + |
| 1001 | + |
| 1002 | + |
| 1003 | + |
| 1004 | + |
| 1005 | + |
| 1006 | + |
| 1007 | + |
| 1008 | + |
| 1009 | + |
935 | 1010 | |
936 | 1011 | |
937 | 1012 | |
|
0 commit comments