Commit efaf7fe
File tree
18 files changed
+103
-0
lines changedFilter options
- src/Symfony
- Bridge/Doctrine
- PropertyInfo
- Tests/PropertyInfo
- Component/PropertyInfo
- Extractor
- Tests/Extractor
- Util
18 files changed
+103
-0
lines changed+12
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
88 | 88 |
|
89 | 89 |
|
90 | 90 |
|
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | + |
91 | 96 |
|
92 | 97 |
|
93 | 98 |
|
| ||
115 | 120 |
|
116 | 121 |
|
117 | 122 |
|
| 123 | + |
| 124 | + |
| 125 | + |
| 126 | + |
| 127 | + |
| 128 | + |
| 129 | + |
118 | 130 |
|
119 | 131 |
|
120 | 132 |
|
|
src/Symfony/Bridge/Doctrine/CHANGELOG.md
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Doctrine/CHANGELOG.md+5
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 | 3 |
|
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
4 | 9 |
|
5 | 10 |
|
6 | 11 |
|
|
src/Symfony/Bridge/Doctrine/PropertyInfo/DoctrineExtractor.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Doctrine/PropertyInfo/DoctrineExtractor.php+5
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
161 | 161 |
|
162 | 162 |
|
163 | 163 |
|
| 164 | + |
| 165 | + |
| 166 | + |
164 | 167 |
|
165 | 168 |
|
| 169 | + |
| 170 | + |
166 | 171 |
|
167 | 172 |
|
168 | 173 |
|
|
src/Symfony/Bridge/Doctrine/Tests/PropertyInfo/DoctrineExtractorTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Doctrine/Tests/PropertyInfo/DoctrineExtractorTest.php+14
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
108 | 108 |
|
109 | 109 |
|
110 | 110 |
|
| 111 | + |
| 112 | + |
111 | 113 |
|
112 | 114 |
|
113 | 115 |
|
114 | 116 |
|
115 | 117 |
|
116 | 118 |
|
117 | 119 |
|
| 120 | + |
| 121 | + |
| 122 | + |
118 | 123 |
|
119 | 124 |
|
120 | 125 |
|
| ||
132 | 137 |
|
133 | 138 |
|
134 | 139 |
|
| 140 | + |
| 141 | + |
| 142 | + |
135 | 143 |
|
136 | 144 |
|
137 | 145 |
|
| ||
141 | 149 |
|
142 | 150 |
|
143 | 151 |
|
| 152 | + |
| 153 | + |
| 154 | + |
144 | 155 |
|
145 | 156 |
|
146 | 157 |
|
| ||
240 | 251 |
|
241 | 252 |
|
242 | 253 |
|
| 254 | + |
| 255 | + |
| 256 | + |
243 | 257 |
|
244 | 258 |
|
245 | 259 |
|
|
src/Symfony/Component/PropertyInfo/CHANGELOG.md
Copy file name to clipboardExpand all lines: src/Symfony/Component/PropertyInfo/CHANGELOG.md+3
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
6 | 6 |
|
7 | 7 |
|
8 | 8 |
|
| 9 | + |
| 10 | + |
| 11 | + |
9 | 12 |
|
10 | 13 |
|
11 | 14 |
|
|
src/Symfony/Component/PropertyInfo/Extractor/ConstructorArgumentTypeExtractorInterface.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/PropertyInfo/Extractor/ConstructorArgumentTypeExtractorInterface.php+2
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
24 | 24 |
|
25 | 25 |
|
26 | 26 |
|
| 27 | + |
| 28 | + |
27 | 29 |
|
28 | 30 |
|
29 | 31 |
|
|
src/Symfony/Component/PropertyInfo/Extractor/ConstructorExtractor.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/PropertyInfo/Extractor/ConstructorExtractor.php+5
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
40 | 40 |
|
41 | 41 |
|
42 | 42 |
|
| 43 | + |
| 44 | + |
| 45 | + |
43 | 46 |
|
44 | 47 |
|
| 48 | + |
| 49 | + |
45 | 50 |
|
46 | 51 |
|
47 | 52 |
|
|
src/Symfony/Component/PropertyInfo/Extractor/PhpDocExtractor.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/PropertyInfo/Extractor/PhpDocExtractor.php+10
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
118 | 118 |
|
119 | 119 |
|
120 | 120 |
|
| 121 | + |
| 122 | + |
| 123 | + |
121 | 124 |
|
122 | 125 |
|
| 126 | + |
| 127 | + |
123 | 128 |
|
124 | 129 |
|
125 | 130 |
|
| ||
171 | 176 |
|
172 | 177 |
|
173 | 178 |
|
| 179 | + |
| 180 | + |
| 181 | + |
174 | 182 |
|
175 | 183 |
|
| 184 | + |
| 185 | + |
176 | 186 |
|
177 | 187 |
|
178 | 188 |
|
|
src/Symfony/Component/PropertyInfo/Extractor/PhpStanExtractor.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/PropertyInfo/Extractor/PhpStanExtractor.php+9
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
93 | 93 |
|
94 | 94 |
|
95 | 95 |
|
| 96 | + |
| 97 | + |
| 98 | + |
96 | 99 |
|
97 | 100 |
|
| 101 | + |
| 102 | + |
98 | 103 |
|
99 | 104 |
|
100 | 105 |
|
| ||
166 | 171 |
|
167 | 172 |
|
168 | 173 |
|
| 174 | + |
| 175 | + |
169 | 176 |
|
170 | 177 |
|
171 | 178 |
|
172 | 179 |
|
| 180 | + |
| 181 | + |
173 | 182 |
|
174 | 183 |
|
175 | 184 |
|
|
src/Symfony/Component/PropertyInfo/Extractor/ReflectionExtractor.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/PropertyInfo/Extractor/ReflectionExtractor.php+9
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
155 | 155 |
|
156 | 156 |
|
157 | 157 |
|
| 158 | + |
| 159 | + |
| 160 | + |
158 | 161 |
|
159 | 162 |
|
| 163 | + |
| 164 | + |
160 | 165 |
|
161 | 166 |
|
162 | 167 |
|
| ||
180 | 185 |
|
181 | 186 |
|
182 | 187 |
|
| 188 | + |
| 189 | + |
183 | 190 |
|
184 | 191 |
|
185 | 192 |
|
186 | 193 |
|
| 194 | + |
| 195 | + |
187 | 196 |
|
188 | 197 |
|
189 | 198 |
|
|
src/Symfony/Component/PropertyInfo/PropertyInfoCacheExtractor.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/PropertyInfo/PropertyInfoCacheExtractor.php+5
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
95 | 95 |
|
96 | 96 |
|
97 | 97 |
|
| 98 | + |
| 99 | + |
| 100 | + |
98 | 101 |
|
99 | 102 |
|
| 103 | + |
| 104 | + |
100 | 105 |
|
101 | 106 |
|
102 | 107 |
|
|
src/Symfony/Component/PropertyInfo/PropertyInfoExtractor.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/PropertyInfo/PropertyInfoExtractor.php+5
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
75 | 75 |
|
76 | 76 |
|
77 | 77 |
|
| 78 | + |
| 79 | + |
| 80 | + |
78 | 81 |
|
79 | 82 |
|
| 83 | + |
| 84 | + |
80 | 85 |
|
81 | 86 |
|
82 | 87 |
|
|
src/Symfony/Component/PropertyInfo/PropertyTypeExtractorInterface.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/PropertyInfo/PropertyTypeExtractorInterface.php+2
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
26 | 26 |
|
27 | 27 |
|
28 | 28 |
|
| 29 | + |
| 30 | + |
29 | 31 |
|
30 | 32 |
|
31 | 33 |
|
|
src/Symfony/Component/PropertyInfo/Tests/Extractor/PhpDocExtractorTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/PropertyInfo/Tests/Extractor/PhpDocExtractorTest.php+3
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
447 | 447 |
|
448 | 448 |
|
449 | 449 |
|
| 450 | + |
| 451 | + |
| 452 | + |
450 | 453 |
|
451 | 454 |
|
452 | 455 |
|
|
src/Symfony/Component/PropertyInfo/Tests/Extractor/PhpStanExtractorTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/PropertyInfo/Tests/Extractor/PhpStanExtractorTest.php+5
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
559 | 559 |
|
560 | 560 |
|
561 | 561 |
|
| 562 | + |
| 563 | + |
562 | 564 |
|
563 | 565 |
|
564 | 566 |
|
| ||
1043 | 1045 |
|
1044 | 1046 |
|
1045 | 1047 |
|
| 1048 | + |
| 1049 | + |
| 1050 | + |
1046 | 1051 |
|
1047 | 1052 |
|
1048 | 1053 |
|
|
src/Symfony/Component/PropertyInfo/Type.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/PropertyInfo/Type.php+4
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
| 14 | + |
| 15 | + |
14 | 16 |
|
15 | 17 |
|
16 | 18 |
|
17 | 19 |
|
18 | 20 |
|
| 21 | + |
| 22 | + |
19 | 23 |
|
20 | 24 |
|
21 | 25 |
|
|
src/Symfony/Component/PropertyInfo/Util/PhpDocTypeHelper.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/PropertyInfo/Util/PhpDocTypeHelper.php+4
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
41 | 41 |
|
42 | 42 |
|
43 | 43 |
|
| 44 | + |
| 45 | + |
44 | 46 |
|
45 | 47 |
|
46 | 48 |
|
47 | 49 |
|
| 50 | + |
| 51 | + |
48 | 52 |
|
49 | 53 |
|
50 | 54 |
|
|
src/Symfony/Component/PropertyInfo/composer.json
Copy file name to clipboardExpand all lines: src/Symfony/Component/PropertyInfo/composer.json+1
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
24 | 24 |
|
25 | 25 |
|
26 | 26 |
|
| 27 | + |
27 | 28 |
|
28 | 29 |
|
29 | 30 |
|
|
0 commit comments