Skip to content

Commit c73cf73

Browse files
committed
chore: update the phpstan baseline
1 parent 4b6111b commit c73cf73

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed

phpstan-baseline.neon

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
parameters:
2+
ignoreErrors:
3+
-
4+
message: "#^Method CodeLts\\\\CliTools\\\\ErrorFormatter\\\\CheckstyleErrorFormatter\\:\\:groupByFile\\(\\) return type has no value type specified in iterable type array\\.$#"
5+
count: 1
6+
path: src/ErrorFormatter/CheckstyleErrorFormatter.php
7+
8+
-
9+
message: "#^Method CodeLts\\\\CliTools\\\\Tests\\\\ErrorFormatter\\\\CheckstyleErrorFormatterTest\\:\\:dataFormatterOutputProvider\\(\\) return type has no value type specified in iterable type array\\.$#"
10+
count: 1
11+
path: tests/ErrorFormatter/CheckstyleErrorFormatterTest.php
12+
13+
-
14+
message: "#^Method CodeLts\\\\CliTools\\\\Tests\\\\ErrorFormatter\\\\GithubErrorFormatterTest\\:\\:dataFormatterOutputProvider\\(\\) return type has no value type specified in iterable type array\\.$#"
15+
count: 1
16+
path: tests/ErrorFormatter/GithubErrorFormatterTest.php
17+
18+
-
19+
message: "#^Method CodeLts\\\\CliTools\\\\Tests\\\\ErrorFormatter\\\\GitlabFormatterTest\\:\\:dataFormatterOutputProvider\\(\\) return type has no value type specified in iterable type array\\.$#"
20+
count: 1
21+
path: tests/ErrorFormatter/GitlabFormatterTest.php
22+
23+
-
24+
message: "#^Method CodeLts\\\\CliTools\\\\Tests\\\\ErrorFormatter\\\\JsonErrorFormatterTest\\:\\:dataFormatterOutputProvider\\(\\) return type has no value type specified in iterable type array\\.$#"
25+
count: 1
26+
path: tests/ErrorFormatter/JsonErrorFormatterTest.php
27+
28+
-
29+
message: "#^Method CodeLts\\\\CliTools\\\\Tests\\\\ErrorFormatter\\\\RawErrorFormatterTest\\:\\:dataFormatterOutputProvider\\(\\) return type has no value type specified in iterable type array\\.$#"
30+
count: 1
31+
path: tests/ErrorFormatter/RawErrorFormatterTest.php
32+
33+
-
34+
message: "#^Method CodeLts\\\\CliTools\\\\Tests\\\\ErrorFormatter\\\\TableErrorFormatterTest\\:\\:dataFormatterOutputProvider\\(\\) return type has no value type specified in iterable type array\\.$#"
35+
count: 1
36+
path: tests/ErrorFormatter/TableErrorFormatterTest.php
37+
38+
-
39+
message: "#^Method CodeLts\\\\CliTools\\\\Tests\\\\ErrorFormatter\\\\TeamcityErrorFormatterTest\\:\\:dataFormatterOutputProvider\\(\\) return type has no value type specified in iterable type array\\.$#"
40+
count: 1
41+
path: tests/ErrorFormatter/TeamcityErrorFormatterTest.php
42+
43+
-
44+
message: "#^Method CodeLts\\\\CliTools\\\\Tests\\\\OutputFormatTest\\:\\:dataProviderFormatsNames\\(\\) return type has no value type specified in iterable type array\\.$#"
45+
count: 1
46+
path: tests/OutputFormatTest.php
47+

0 commit comments

Comments
 (0)