generated from ergebnis/php-package-template
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathphpstan-baseline.neon
27 lines (22 loc) · 951 Bytes
/
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: "#^Call to function is_string\\(\\) with string will always evaluate to true\\.$#"
count: 2
path: src/Template.php
-
message: "#^Strict comparison using \\!\\=\\= between array\\{\\} and array\\{\\} will always evaluate to false\\.$#"
count: 2
path: src/Template.php
-
message: "#^Generator expects key type string, int given\\.$#"
count: 1
path: test/Unit/RangeTest.php
-
message: "#^Method Ergebnis\\\\License\\\\Test\\\\Unit\\\\TemplateTest\\:\\:testToStringRejectsReplacementsWithInvalidValues\\(\\) has parameter \\$replacements with no value type specified in iterable type array\\.$#"
count: 1
path: test/Unit/TemplateTest.php
-
message: "#^Parameter \\#1 \\$replacements of method Ergebnis\\\\License\\\\Template\\:\\:toString\\(\\) expects array\\<string, string\\>, array\\<int, string\\> given\\.$#"
count: 1
path: test/Unit/TemplateTest.php