generated from ergebnis/php-package-template
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathphpstan-baseline.neon
47 lines (38 loc) · 1.71 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
parameters:
ignoreErrors:
-
message: "#^Call to function is_string\\(\\) with string will always evaluate to true\\.$#"
count: 1
path: src/Data.php
-
message: "#^Parameter \\#2 \\$array of function array_key_exists expects array, mixed given\\.$#"
count: 2
path: src/Data.php
-
message: "#^Strict comparison using \\!\\=\\= between array\\{\\} and array\\{\\} will always evaluate to false\\.$#"
count: 1
path: src/Data.php
-
message: "#^Method DataTest\\:\\:provideDataWhereValueIsMissingWhenKeyUsesDotNotation\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: test/Unit/DataTest.php
-
message: "#^Method DataTest\\:\\:testGetThrowsFrontMatterDoesNotHaveValueExceptionWhenDataDoesNotHaveValueAndKeyUsesDotNotation\\(\\) has parameter \\$value with no value type specified in iterable type array\\.$#"
count: 1
path: test/Unit/DataTest.php
-
message: "#^Method DataTest\\:\\:testHasReturnsFalseWhenDataDoesNotHaveValueWhenKeyUsesDotNotation\\(\\) has parameter \\$value with no value type specified in iterable type array\\.$#"
count: 1
path: test/Unit/DataTest.php
-
message: "#^Parameter \\#1 \\$key of method Ergebnis\\\\FrontMatter\\\\Data\\:\\:get\\(\\) expects string, mixed given\\.$#"
count: 1
path: test/Unit/DataTest.php
-
message: "#^Parameter \\#1 \\$key of method Ergebnis\\\\FrontMatter\\\\Data\\:\\:has\\(\\) expects string, mixed given\\.$#"
count: 1
path: test/Unit/DataTest.php
-
message: "#^Parameter \\#1 \\$value of static method Ergebnis\\\\FrontMatter\\\\Data\\:\\:fromArray\\(\\) expects array\\<string, mixed\\>, array\\|string given\\.$#"
count: 1
path: test/Unit/DataTest.php