Skip to content

Commit

Permalink
chore: remove PHPStan ignored error pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed May 24, 2023
1 parent 656eef0 commit 612f08a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions phpstan-baseline.neon.dist
Original file line number Diff line number Diff line change
Expand Up @@ -235,11 +235,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
Expand Down

0 comments on commit 612f08a

Please sign in to comment.