added some phpstan-specific generic type annotations

This commit is contained in:
Dylan K. Taylor
2020-01-13 15:05:02 +00:00
parent acaa34785f
commit 0e1cea043a
11 changed files with 61 additions and 16 deletions

View 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