-
Notifications
You must be signed in to change notification settings - Fork 534
Commit 330ca96
fix: checking optional properties in object shapes
1 parent b17e969 commit 330ca96
File tree
3 files changed
+35
-18
lines changed- src/Type
- tests/PHPStan/Rules/Methods
- data
3 files changed
+35
-18
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
212 | 212 |
| |
213 | 213 |
| |
214 | 214 |
| |
215 | - | ||
216 | - | ||
217 | - | ||
218 | - | ||
219 | - | ||
220 | - | ||
221 | - | ||
222 | - | ||
223 | - | ||
215 | + | ||
224 | 216 |
| |
225 | 217 |
| |
226 | 218 |
| |
| |||
317 | 309 |
| |
318 | 310 |
| |
319 | 311 |
| |
320 | - | ||
321 | - | ||
322 | - | ||
323 | - | ||
324 | - | ||
325 | - | ||
326 | - | ||
327 | - | ||
328 | - | ||
312 | + | ||
329 | 313 |
| |
330 | 314 |
| |
331 | 315 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3666 | 3666 |
| |
3667 | 3667 |
| |
3668 | 3668 |
| |
3669 | + | ||
3670 | + | ||
3671 | + | ||
3672 | + | ||
3673 | + | ||
3674 | + | ||
3675 | + | ||
3676 | + | ||
3677 | + | ||
3669 | 3678 |
|
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 | + | ||
20 | + | ||
21 | + | ||
22 | + | ||
23 | + | ||
24 | + |
0 commit comments