Skip to content

Commit 2ccedf9

Browse files
committed
refactor: run PHPStan
1 parent 8270068 commit 2ccedf9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

phpstan-baseline.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
$ignoreErrors[] = [
143143
'message' => '#^Parameter \\#2 \\$length of function fread expects int\\<1, max\\>, int\\<0, max\\> given\\.$#',
144144
'identifier' => 'argument.type',
145-
'count' => 1,
145+
'count' => 2,
146146
'path' => __DIR__ . '/tests/SecureTest.php',
147147
];
148148

0 commit comments

Comments
 (0)