Skip to content

Commit

Permalink
chore: remove suppressed error messages
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Apr 18, 2022
1 parent 02395d4 commit b3879b1
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions phpstan-baseline.neon.dist
Original file line number Diff line number Diff line change
Expand Up @@ -95,16 +95,6 @@ parameters:
count: 1
path: system/Cache/Handlers/RedisHandler.php

-
message: "#^Call to an undefined method CodeIgniter\\\\HTTP\\\\Request\\:\\:getPost\\(\\)\\.$#"
count: 1
path: system/CodeIgniter.php

-
message: "#^Call to an undefined method CodeIgniter\\\\HTTP\\\\Request\\:\\:setLocale\\(\\)\\.$#"
count: 1
path: system/CodeIgniter.php

-
message: "#^Property Config\\\\App\\:\\:\\$appTimezone \\(string\\) on left side of \\?\\? is not nullable\\.$#"
count: 1
Expand All @@ -130,17 +120,6 @@ parameters:
count: 1
path: system/Database/BaseBuilder.php

-
message: "#^Call to an undefined method CodeIgniter\\\\Database\\\\BaseConnection\\:\\:_disableForeignKeyChecks\\(\\)\\.$#"
count: 1
path: system/Database/BaseConnection.php

-
message: "#^Call to an undefined method CodeIgniter\\\\Database\\\\BaseConnection\\:\\:_enableForeignKeyChecks\\(\\)\\.$#"
count: 1
path: system/Database/BaseConnection.php


-
message: "#^Negated boolean expression is always true\\.$#"
count: 1
Expand Down Expand Up @@ -641,11 +620,6 @@ parameters:
count: 1
path: system/Log/Logger.php

-
message: "#^Call to an undefined method CodeIgniter\\\\Database\\\\BaseBuilder\\:\\:asArray\\(\\)\\.$#"
count: 1
path: system/Model.php

-
message: "#^Expression on left side of \\?\\? is not nullable\\.$#"
count: 1
Expand Down

0 comments on commit b3879b1

Please sign in to comment.