-
-
Notifications
You must be signed in to change notification settings - Fork 59
Expand file tree
/
Copy pathphpstan-baseline.neon
More file actions
16 lines (14 loc) · 778 Bytes
/
phpstan-baseline.neon
File metadata and controls
16 lines (14 loc) · 778 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
parameters:
ignoreErrors:
-
message: "#^Cannot access offset 1 on array\\|bool\\|float\\|int\\|stdClass\\|string\\|null\\.$#"
count: 1
path: src/Seld/JsonLint/JsonParser.php
-
message: "#^Property Seld\\\\JsonLint\\\\JsonParser\\:\\:\\$vstack \\(list\\<array\\|bool\\|float\\|int\\|stdClass\\|string\\|null\\>\\) does not accept non\\-empty\\-array\\<int\\<\\-3, max\\>, array\\|bool\\|float\\|int\\|stdClass\\|string\\|null\\>\\.$#"
count: 4
path: src/Seld/JsonLint/JsonParser.php
-
message: "#^Property Seld\\\\JsonLint\\\\JsonParser\\:\\:\\$vstack \\(list\\<array\\|bool\\|float\\|int\\|stdClass\\|string\\|null\\>\\) does not accept non\\-empty\\-array\\<int\\<\\-3, max\\>, mixed\\>\\.$#"
count: 1
path: src/Seld/JsonLint/JsonParser.php