Skip to content

Commit d75b232

Browse files
committedAug 17, 2024
chore: update the phpstan baseline
1 parent fd57341 commit d75b232

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed
 

‎phpstan-baseline.neon

+9-9
Original file line numberDiff line numberDiff line change
@@ -8,40 +8,40 @@ parameters:
88
-
99
message: "#^Method CodeLts\\\\CliTools\\\\Tests\\\\ErrorFormatter\\\\CheckstyleErrorFormatterTest\\:\\:dataFormatterOutputProvider\\(\\) return type has no value type specified in iterable type array\\.$#"
1010
count: 1
11-
path: tests/ErrorFormatter/CheckstyleErrorFormatterTest.php
11+
path: tests/Unit/ErrorFormatter/CheckstyleErrorFormatterTest.php
1212

1313
-
1414
message: "#^Method CodeLts\\\\CliTools\\\\Tests\\\\ErrorFormatter\\\\GithubErrorFormatterTest\\:\\:dataFormatterOutputProvider\\(\\) return type has no value type specified in iterable type array\\.$#"
1515
count: 1
16-
path: tests/ErrorFormatter/GithubErrorFormatterTest.php
16+
path: tests/Unit/ErrorFormatter/GithubErrorFormatterTest.php
1717

1818
-
1919
message: "#^Method CodeLts\\\\CliTools\\\\Tests\\\\ErrorFormatter\\\\GitlabFormatterTest\\:\\:dataFormatterOutputProvider\\(\\) return type has no value type specified in iterable type array\\.$#"
2020
count: 1
21-
path: tests/ErrorFormatter/GitlabFormatterTest.php
21+
path: tests/Unit/ErrorFormatter/GitlabFormatterTest.php
2222

2323
-
2424
message: "#^Method CodeLts\\\\CliTools\\\\Tests\\\\ErrorFormatter\\\\JsonErrorFormatterTest\\:\\:dataFormatterOutputProvider\\(\\) return type has no value type specified in iterable type array\\.$#"
2525
count: 1
26-
path: tests/ErrorFormatter/JsonErrorFormatterTest.php
26+
path: tests/Unit/ErrorFormatter/JsonErrorFormatterTest.php
2727

2828
-
2929
message: "#^Method CodeLts\\\\CliTools\\\\Tests\\\\ErrorFormatter\\\\RawErrorFormatterTest\\:\\:dataFormatterOutputProvider\\(\\) return type has no value type specified in iterable type array\\.$#"
3030
count: 1
31-
path: tests/ErrorFormatter/RawErrorFormatterTest.php
31+
path: tests/Unit/ErrorFormatter/RawErrorFormatterTest.php
3232

3333
-
3434
message: "#^Method CodeLts\\\\CliTools\\\\Tests\\\\ErrorFormatter\\\\TableErrorFormatterTest\\:\\:dataFormatterOutputProvider\\(\\) return type has no value type specified in iterable type array\\.$#"
3535
count: 1
36-
path: tests/ErrorFormatter/TableErrorFormatterTest.php
36+
path: tests/Unit/ErrorFormatter/TableErrorFormatterTest.php
3737

3838
-
3939
message: "#^Method CodeLts\\\\CliTools\\\\Tests\\\\ErrorFormatter\\\\TeamcityErrorFormatterTest\\:\\:dataFormatterOutputProvider\\(\\) return type has no value type specified in iterable type array\\.$#"
4040
count: 1
41-
path: tests/ErrorFormatter/TeamcityErrorFormatterTest.php
41+
path: tests/Unit/ErrorFormatter/TeamcityErrorFormatterTest.php
4242

4343
-
44-
message: "#^Method CodeLts\\\\CliTools\\\\Tests\\\\OutputFormatTest\\:\\:dataProviderFormatsNames\\(\\) return type has no value type specified in iterable type array\\.$#"
44+
message: "#^Method CodeLts\\\\CliTools\\\\Tests\\\\Unit\\\\OutputFormatTest\\:\\:dataProviderFormatsNames\\(\\) return type has no value type specified in iterable type array\\.$#"
4545
count: 1
46-
path: tests/OutputFormatTest.php
46+
path: tests/Unit/OutputFormatTest.php
4747

0 commit comments

Comments
 (0)
Please sign in to comment.