Commit ebd9d07
File tree
9 files changed
+29
-50
lines changedFilter options
- src/Symfony/Component/PropertyInfo
- Extractor
- Util
9 files changed
+29
-50
lines changedsrc/Symfony/Component/PropertyInfo/Extractor/ConstructorExtractor.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/PropertyInfo/Extractor/ConstructorExtractor.php+3-5Lines changed: 3 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
29 | 29 |
|
30 | 30 |
|
31 | 31 |
|
| 32 | + |
| 33 | + |
| 34 | + |
32 | 35 |
|
33 | 36 |
|
34 | 37 |
|
| ||
40 | 43 |
|
41 | 44 |
|
42 | 45 |
|
43 |
| - |
44 |
| - |
45 |
| - |
46 | 46 |
|
47 | 47 |
|
48 |
| - |
49 |
| - |
50 | 48 |
|
51 | 49 |
|
52 | 50 |
|
|
src/Symfony/Component/PropertyInfo/Extractor/PhpDocExtractor.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/PropertyInfo/Extractor/PhpDocExtractor.php+6-10Lines changed: 6 additions & 10 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
118 | 118 |
|
119 | 119 |
|
120 | 120 |
|
121 |
| - |
122 |
| - |
123 |
| - |
124 | 121 |
|
125 | 122 |
|
126 |
| - |
127 |
| - |
128 | 123 |
|
129 | 124 |
|
130 | 125 |
|
| ||
176 | 171 |
|
177 | 172 |
|
178 | 173 |
|
179 |
| - |
180 |
| - |
181 |
| - |
182 | 174 |
|
183 | 175 |
|
184 |
| - |
185 |
| - |
186 | 176 |
|
187 | 177 |
|
188 | 178 |
|
| ||
204 | 194 |
|
205 | 195 |
|
206 | 196 |
|
| 197 | + |
| 198 | + |
| 199 | + |
207 | 200 |
|
208 | 201 |
|
209 | 202 |
|
| ||
263 | 256 |
|
264 | 257 |
|
265 | 258 |
|
| 259 | + |
| 260 | + |
| 261 | + |
266 | 262 |
|
267 | 263 |
|
268 | 264 |
|
|
src/Symfony/Component/PropertyInfo/Extractor/PhpStanExtractor.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/PropertyInfo/Extractor/PhpStanExtractor.php+6-9Lines changed: 6 additions & 9 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
82 | 82 |
|
83 | 83 |
|
84 | 84 |
|
85 |
| - |
86 |
| - |
87 |
| - |
88 | 85 |
|
89 | 86 |
|
90 |
| - |
91 |
| - |
92 | 87 |
|
93 | 88 |
|
94 | 89 |
|
| ||
159 | 154 |
|
160 | 155 |
|
161 | 156 |
|
162 |
| - |
163 |
| - |
164 | 157 |
|
165 | 158 |
|
166 | 159 |
|
167 | 160 |
|
168 |
| - |
169 |
| - |
170 | 161 |
|
171 | 162 |
|
172 | 163 |
|
| ||
183 | 174 |
|
184 | 175 |
|
185 | 176 |
|
| 177 | + |
| 178 | + |
| 179 | + |
186 | 180 |
|
187 | 181 |
|
188 | 182 |
|
| ||
229 | 223 |
|
230 | 224 |
|
231 | 225 |
|
| 226 | + |
| 227 | + |
| 228 | + |
232 | 229 |
|
233 | 230 |
|
234 | 231 |
|
|
src/Symfony/Component/PropertyInfo/Extractor/ReflectionExtractor.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/PropertyInfo/Extractor/ReflectionExtractor.php+6-9Lines changed: 6 additions & 9 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
140 | 140 |
|
141 | 141 |
|
142 | 142 |
|
143 |
| - |
144 |
| - |
145 |
| - |
146 | 143 |
|
147 | 144 |
|
148 |
| - |
149 |
| - |
150 | 145 |
|
151 | 146 |
|
152 | 147 |
|
| ||
170 | 165 |
|
171 | 166 |
|
172 | 167 |
|
173 |
| - |
174 |
| - |
175 | 168 |
|
176 | 169 |
|
177 | 170 |
|
178 | 171 |
|
179 |
| - |
180 |
| - |
181 | 172 |
|
182 | 173 |
|
183 | 174 |
|
| ||
199 | 190 |
|
200 | 191 |
|
201 | 192 |
|
| 193 | + |
| 194 | + |
| 195 | + |
202 | 196 |
|
203 | 197 |
|
204 | 198 |
|
| ||
260 | 254 |
|
261 | 255 |
|
262 | 256 |
|
| 257 | + |
| 258 | + |
| 259 | + |
263 | 260 |
|
264 | 261 |
|
265 | 262 |
|
|
src/Symfony/Component/PropertyInfo/PropertyInfoCacheExtractor.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/PropertyInfo/PropertyInfoCacheExtractor.php+3-2Lines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
56 | 56 |
|
57 | 57 |
|
58 | 58 |
|
| 59 | + |
| 60 | + |
| 61 | + |
59 | 62 |
|
60 | 63 |
|
61 | 64 |
|
| ||
66 | 69 |
|
67 | 70 |
|
68 | 71 |
|
69 |
| - |
70 |
| - |
71 | 72 |
|
72 | 73 |
|
73 | 74 |
|
|
src/Symfony/Component/PropertyInfo/PropertyInfoExtractor.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/PropertyInfo/PropertyInfoExtractor.php+3-5Lines changed: 3 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
53 | 53 |
|
54 | 54 |
|
55 | 55 |
|
| 56 | + |
| 57 | + |
| 58 | + |
56 | 59 |
|
57 | 60 |
|
58 | 61 |
|
59 | 62 |
|
60 | 63 |
|
61 |
| - |
62 |
| - |
63 |
| - |
64 | 64 |
|
65 | 65 |
|
66 |
| - |
67 |
| - |
68 | 66 |
|
69 | 67 |
|
70 | 68 |
|
|
src/Symfony/Component/PropertyInfo/PropertyTypeExtractorInterface.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/PropertyInfo/PropertyTypeExtractorInterface.php-2Lines changed: 0 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
26 | 26 |
|
27 | 27 |
|
28 | 28 |
|
29 |
| - |
30 |
| - |
31 | 29 |
|
32 | 30 |
|
33 | 31 |
|
|
src/Symfony/Component/PropertyInfo/Type.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/PropertyInfo/Type.php-4Lines changed: 0 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
14 |
| - |
15 |
| - |
16 | 14 |
|
17 | 15 |
|
18 | 16 |
|
19 | 17 |
|
20 | 18 |
|
21 |
| - |
22 |
| - |
23 | 19 |
|
24 | 20 |
|
25 | 21 |
|
|
src/Symfony/Component/PropertyInfo/Util/PhpDocTypeHelper.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/PropertyInfo/Util/PhpDocTypeHelper.php+2-4Lines changed: 2 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
41 | 41 |
|
42 | 42 |
|
43 | 43 |
|
44 |
| - |
45 |
| - |
46 | 44 |
|
47 | 45 |
|
48 | 46 |
|
49 | 47 |
|
50 |
| - |
51 |
| - |
52 | 48 |
|
53 | 49 |
|
54 | 50 |
|
| ||
110 | 106 |
|
111 | 107 |
|
112 | 108 |
|
| 109 | + |
| 110 | + |
113 | 111 |
|
114 | 112 |
|
115 | 113 |
|
|
0 commit comments