Skip to content

Commit 482df99

Browse files
committed
chore: remove PHPStan ignored error pattern
1 parent 1c8c005 commit 482df99

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

phpstan-baseline.neon.dist

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -235,11 +235,6 @@ parameters:
235235
count: 1
236236
path: system/Router/Router.php
237237

238-
-
239-
message: "#^Property CodeIgniter\\\\Session\\\\Session\\:\\:\\$sessionExpiration \\(int\\) in isset\\(\\) is not nullable\\.$#"
240-
count: 1
241-
path: system/Session/Session.php
242-
243238
-
244239
message: "#^Access to an undefined property object\\:\\:\\$createdField\\.$#"
245240
count: 1

0 commit comments

Comments
 (0)