Skip to content

Commit 37a924d

Browse files
committed
dev: Update phpstan-baseline.php
1 parent 771a57a commit 37a924d

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
@@ -16777,12 +16777,6 @@
1677716777
'count' => 1,
1677816778
'path' => __DIR__ . '/tests/system/Test/FilterTestTraitTest.php',
1677916779
];
16780-
$ignoreErrors[] = [
16781-
// identifier: missingType.callable
16782-
'message' => '#^Method CodeIgniter\\\\Test\\\\FilterTestTraitTest\\:\\:getFilterCaller\\(\\) return type has no signature specified for Closure\\.$#',
16783-
'count' => 1,
16784-
'path' => __DIR__ . '/tests/system/Test/FilterTestTraitTest.php',
16785-
];
1678616780
$ignoreErrors[] = [
1678716781
// identifier: nullCoalesce.property
1678816782
'message' => '#^Property CodeIgniter\\\\Test\\\\FilterTestTraitTest\\:\\:\\$request \\(CodeIgniter\\\\HTTP\\\\RequestInterface\\) on left side of \\?\\?\\= is not nullable\\.$#',

0 commit comments

Comments
 (0)