Skip to content

Commit 1355800

Browse files
committed
chore: update phpstan-baseline
1 parent 274dca2 commit 1355800

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
@@ -7495,12 +7495,6 @@
74957495
'count' => 1,
74967496
'path' => __DIR__ . '/system/I18n/Time.php',
74977497
];
7498-
$ignoreErrors[] = [
7499-
// identifier: method.childReturnType
7500-
'message' => '#^Return type \\(CodeIgniter\\\\I18n\\\\Time\\) of method CodeIgniter\\\\I18n\\\\Time\\:\\:setTimestamp\\(\\) should be covariant with return type \\(static\\(DateTimeImmutable\\)\\) of method DateTimeImmutable\\:\\:setTimestamp\\(\\)$#',
7501-
'count' => 1,
7502-
'path' => __DIR__ . '/system/I18n/Time.php',
7503-
];
75047498
$ignoreErrors[] = [
75057499
// identifier: method.childReturnType
75067500
'message' => '#^Return type \\(CodeIgniter\\\\I18n\\\\Time\\) of method CodeIgniter\\\\I18n\\\\Time\\:\\:setTimezone\\(\\) should be covariant with return type \\(static\\(DateTimeImmutable\\)\\) of method DateTimeImmutable\\:\\:setTimezone\\(\\)$#',

0 commit comments

Comments
 (0)