-
-
Notifications
You must be signed in to change notification settings - Fork 61
/
phpstan-baseline.neon
26 lines (22 loc) · 1.18 KB
/
phpstan-baseline.neon
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
parameters:
ignoreErrors:
-
message: "#^Parameter \\#1 \\$alpha2 of static method League\\\\ISO3166\\\\Guards\\:\\:guardAgainstInvalidAlpha2\\(\\) expects string, mixed given\\.$#"
count: 1
path: src/ISO3166DataValidator.php
-
message: "#^Parameter \\#1 \\$alpha3 of static method League\\\\ISO3166\\\\Guards\\:\\:guardAgainstInvalidAlpha3\\(\\) expects string, mixed given\\.$#"
count: 1
path: src/ISO3166DataValidator.php
-
message: "#^Parameter \\#1 \\$numeric of static method League\\\\ISO3166\\\\Guards\\:\\:guardAgainstInvalidNumeric\\(\\) expects string, mixed given\\.$#"
count: 1
path: src/ISO3166DataValidator.php
-
message: "#^Parameter \\#1 \\$countries of class League\\\\ISO3166\\\\ISO3166 constructor expects array\\<array\\{name\\: string, alpha2\\: string, alpha3\\: string, numeric\\: numeric\\-string, currency\\: array\\<string\\>\\}\\>, array\\<array\\<string, mixed\\>\\> given\\.$#"
count: 1
path: tests/ISO3166Test.php
-
message: "#^Parameter \\#1 \\$key of method League\\\\ISO3166\\\\ISO3166\\:\\:iterator\\(\\) expects 'alpha2'\\|'alpha3'\\|'name'\\|'numeric', 'foo' given\\.$#"
count: 1
path: tests/ISO3166Test.php