Skip to content

Commit 7dda3b1

Browse files
committed
chore: remove PHPStan ignored error pattern
1 parent 24fc255 commit 7dda3b1

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
@@ -230,11 +230,6 @@ parameters:
230230
count: 1
231231
path: system/Router/Router.php
232232

233-
-
234-
message: "#^Property CodeIgniter\\\\Session\\\\Session\\:\\:\\$sessionExpiration \\(int\\) in isset\\(\\) is not nullable\\.$#"
235-
count: 1
236-
path: system/Session/Session.php
237-
238233
-
239234
message: "#^Access to an undefined property object\\:\\:\\$createdField\\.$#"
240235
count: 1

0 commit comments

Comments
 (0)