mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 17:59:48 +00:00
added some phpstan-specific generic type annotations
This commit is contained in:
9
tests/phpstan/configs/ds-bugs.neon
Normal file
9
tests/phpstan/configs/ds-bugs.neon
Normal file
@ -0,0 +1,9 @@
|
||||
parameters:
|
||||
ignoreErrors:
|
||||
-
|
||||
message: "#^Cannot (access an|assign new) offset (on|to) Ds\\\\Deque\\<.+\\>\\.$#"
|
||||
path: ../../../src
|
||||
|
||||
-
|
||||
message: "#^Cannot (access|assign) offset (int|-?\\d+) (on|to) Ds\\\\Deque\\<.+\\>\\.$#"
|
||||
path: ../../../src
|
Reference in New Issue
Block a user