Commit 1a3d445
File tree
4 files changed
+84
-10
lines changedFilter options
- src/Symfony/Component/PropertyInfo
- Tests
- Extractor
- Fixtures
- Util
4 files changed
+84
-10
lines changedsrc/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 |
---|---|---|
| ||
14 | 14 |
|
15 | 15 |
|
16 | 16 |
|
| 17 | + |
17 | 18 |
|
18 | 19 |
|
19 | 20 |
|
| ||
77 | 78 |
|
78 | 79 |
|
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 | + |
| 105 | + |
| 106 | + |
| 107 | + |
| 108 | + |
| 109 | + |
| 110 | + |
| 111 | + |
| 112 | + |
| 113 | + |
80 | 114 |
|
81 | 115 |
|
82 | 116 |
|
|
src/Symfony/Component/PropertyInfo/Tests/Extractor/ReflectionExtractorTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/PropertyInfo/Tests/Extractor/ReflectionExtractorTest.php+9Lines changed: 9 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
42 | 42 |
|
43 | 43 |
|
44 | 44 |
|
| 45 | + |
| 46 | + |
| 47 | + |
45 | 48 |
|
46 | 49 |
|
47 | 50 |
|
| ||
79 | 82 |
|
80 | 83 |
|
81 | 84 |
|
| 85 | + |
| 86 | + |
| 87 | + |
82 | 88 |
|
83 | 89 |
|
84 | 90 |
|
| ||
107 | 113 |
|
108 | 114 |
|
109 | 115 |
|
| 116 | + |
| 117 | + |
| 118 | + |
110 | 119 |
|
111 | 120 |
|
112 | 121 |
|
|
src/Symfony/Component/PropertyInfo/Tests/Fixtures/Dummy.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/PropertyInfo/Tests/Fixtures/Dummy.php+15Lines changed: 15 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
75 | 75 |
|
76 | 76 |
|
77 | 77 |
|
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
| 92 | + |
78 | 93 |
|
79 | 94 |
|
80 | 95 |
|
|
src/Symfony/Component/PropertyInfo/Util/PhpDocTypeHelper.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/PropertyInfo/Util/PhpDocTypeHelper.php+26-10Lines changed: 26 additions & 10 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
| 15 | + |
15 | 16 |
|
16 | 17 |
|
17 | 18 |
|
| ||
39 | 40 |
|
40 | 41 |
|
41 | 42 |
|
42 |
| - |
| 43 | + |
43 | 44 |
|
44 | 45 |
|
45 | 46 |
|
| ||
49 | 50 |
|
50 | 51 |
|
51 | 52 |
|
52 |
| - |
53 |
| - |
| 53 | + |
54 | 54 |
|
55 |
| - |
56 |
| - |
57 |
| - |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
58 | 60 |
|
59 |
| - |
60 |
| - |
61 |
| - |
| 61 | + |
62 | 62 |
|
63 | 63 |
|
64 | 64 |
|
| ||
74 | 74 |
|
75 | 75 |
|
76 | 76 |
|
77 |
| - |
| 77 | + |
78 | 78 |
|
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + |
79 | 95 |
|
80 | 96 |
|
81 | 97 |
|
|
0 commit comments