Skip to content

Commit 151f622

Browse files
committed
update phpstan-baseline
1 parent d3e1e51 commit 151f622

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

phpstan-baseline.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5929,12 +5929,6 @@
59295929
'count' => 2,
59305930
'path' => __DIR__ . '/system/HTTP/DownloadResponse.php',
59315931
];
5932-
$ignoreErrors[] = [
5933-
// identifier: missingType.iterableValue
5934-
'message' => '#^Method CodeIgniter\\\\HTTP\\\\DownloadResponse\\:\\:setCache\\(\\) has parameter \\$options with no value type specified in iterable type array\\.$#',
5935-
'count' => 1,
5936-
'path' => __DIR__ . '/system/HTTP/DownloadResponse.php',
5937-
];
59385932
$ignoreErrors[] = [
59395933
// identifier: method.childReturnType
59405934
'message' => '#^Return type \\(CodeIgniter\\\\HTTP\\\\DownloadResponse\\) of method CodeIgniter\\\\HTTP\\\\DownloadResponse\\:\\:sendBody\\(\\) should be covariant with return type \\(\\$this\\(CodeIgniter\\\\HTTP\\\\Response\\)\\) of method CodeIgniter\\\\HTTP\\\\Response\\:\\:sendBody\\(\\)$#',

0 commit comments

Comments
 (0)