From 7dda3b12e0ce69256c8d4342a6e1025e58c4f636 Mon Sep 17 00:00:00 2001 From: kenjis Date: Fri, 24 Feb 2023 11:29:05 +0900 Subject: [PATCH] chore: remove PHPStan ignored error pattern --- phpstan-baseline.neon.dist | 5 ----- 1 file changed, 5 deletions(-) diff --git a/phpstan-baseline.neon.dist b/phpstan-baseline.neon.dist index a32d4fc11a79..2d60b2b599d2 100644 --- a/phpstan-baseline.neon.dist +++ b/phpstan-baseline.neon.dist @@ -230,11 +230,6 @@ parameters: count: 1 path: system/Router/Router.php - - - message: "#^Property CodeIgniter\\\\Session\\\\Session\\:\\:\\$sessionExpiration \\(int\\) in isset\\(\\) is not nullable\\.$#" - count: 1 - path: system/Session/Session.php - - message: "#^Access to an undefined property object\\:\\:\\$createdField\\.$#" count: 1