From 37a924dc6af120d2a40f4909c379de10e95330b9 Mon Sep 17 00:00:00 2001 From: neznaika0 Date: Wed, 11 Dec 2024 20:53:58 +0300 Subject: [PATCH] dev: Update phpstan-baseline.php --- phpstan-baseline.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/phpstan-baseline.php b/phpstan-baseline.php index 5391db46cad1..6a9e1d981aac 100644 --- a/phpstan-baseline.php +++ b/phpstan-baseline.php @@ -16777,12 +16777,6 @@ 'count' => 1, 'path' => __DIR__ . '/tests/system/Test/FilterTestTraitTest.php', ]; -$ignoreErrors[] = [ - // identifier: missingType.callable - 'message' => '#^Method CodeIgniter\\\\Test\\\\FilterTestTraitTest\\:\\:getFilterCaller\\(\\) return type has no signature specified for Closure\\.$#', - 'count' => 1, - 'path' => __DIR__ . '/tests/system/Test/FilterTestTraitTest.php', -]; $ignoreErrors[] = [ // identifier: nullCoalesce.property 'message' => '#^Property CodeIgniter\\\\Test\\\\FilterTestTraitTest\\:\\:\\$request \\(CodeIgniter\\\\HTTP\\\\RequestInterface\\) on left side of \\?\\?\\= is not nullable\\.$#',