Commit 50202f1
committed
CI: Don't treat phpdoc types as certain for phpstan
This fixes a phpstan error about the instanceof check for
AnalyticsDetailLevels to always be true. We can't know this
in the code, because they are stored in an array, and it's
conceivable that wrong values could enter here.1 parent 49a17e3 commit 50202f1
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
0 commit comments