Commit e1ca11a
committed
TASK: Ignore phpstan issues in EnumMemberDeclarationNode
Reason: phpstan appears to be unable to account for the mutability
of iterables and assumes here that both statements that read
`Scanner::type($tokens)` will return the same result, even though
in fact, `$tokens` has been mutated in the meantime.
Maybe related: phpstan/phpstan#83371 parent 67f99c3 commit e1ca11a
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| 54 | + | |
54 | 55 | | |
| 56 | + | |
55 | 57 | | |
56 | 58 | | |
57 | 59 | | |
| 60 | + | |
58 | 61 | | |
59 | 62 | | |
60 | 63 | | |
| |||
0 commit comments