Skip to content

Commit 28f8c0f

Browse files
committed
CS
1 parent e83a03b commit 28f8c0f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

phpstan.neon

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ parameters:
2222
count: 1
2323
path: src/File.php
2424

25+
-
26+
message: "#^Parameter \\#2 \\$values of function vsprintf expects array\\<bool\\|float\\|int\\|string\\|null\\>, array given\\.$#"
27+
count: 1
28+
path: src/File.php
29+
2530
-
2631
message: '#^Parameter \$phpcsFile of method Forrest79\\PhpCsIgnores\\BaselineReport\:\:generateFileReport\(\) has invalid type PHP_CodeSniffer\\File\.$#'
2732
count: 1

0 commit comments

Comments
 (0)