-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathphpstan-baseline.neon
47 lines (38 loc) · 2.46 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: "#^Method CodeLts\\\\CliTools\\\\ErrorFormatter\\\\CheckstyleErrorFormatter\\:\\:groupByFile\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: src/ErrorFormatter/CheckstyleErrorFormatter.php
-
message: "#^Method CodeLts\\\\CliTools\\\\Tests\\\\ErrorFormatter\\\\CheckstyleErrorFormatterTest\\:\\:dataFormatterOutputProvider\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: tests/Unit/ErrorFormatter/CheckstyleErrorFormatterTest.php
-
message: "#^Method CodeLts\\\\CliTools\\\\Tests\\\\ErrorFormatter\\\\GithubErrorFormatterTest\\:\\:dataFormatterOutputProvider\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: tests/Unit/ErrorFormatter/GithubErrorFormatterTest.php
-
message: "#^Method CodeLts\\\\CliTools\\\\Tests\\\\ErrorFormatter\\\\GitlabFormatterTest\\:\\:dataFormatterOutputProvider\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: tests/Unit/ErrorFormatter/GitlabFormatterTest.php
-
message: "#^Method CodeLts\\\\CliTools\\\\Tests\\\\ErrorFormatter\\\\JsonErrorFormatterTest\\:\\:dataFormatterOutputProvider\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: tests/Unit/ErrorFormatter/JsonErrorFormatterTest.php
-
message: "#^Method CodeLts\\\\CliTools\\\\Tests\\\\ErrorFormatter\\\\RawErrorFormatterTest\\:\\:dataFormatterOutputProvider\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: tests/Unit/ErrorFormatter/RawErrorFormatterTest.php
-
message: "#^Method CodeLts\\\\CliTools\\\\Tests\\\\ErrorFormatter\\\\TableErrorFormatterTest\\:\\:dataFormatterOutputProvider\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: tests/Unit/ErrorFormatter/TableErrorFormatterTest.php
-
message: "#^Method CodeLts\\\\CliTools\\\\Tests\\\\ErrorFormatter\\\\TeamcityErrorFormatterTest\\:\\:dataFormatterOutputProvider\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: tests/Unit/ErrorFormatter/TeamcityErrorFormatterTest.php
-
message: "#^Method CodeLts\\\\CliTools\\\\Tests\\\\Unit\\\\OutputFormatTest\\:\\:dataProviderFormatsNames\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: tests/Unit/OutputFormatTest.php