Skip to content

Commit f7e1de7

Browse files
committed
chore: remove suppressed error messages
1 parent 505ffd5 commit f7e1de7

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

phpstan-baseline.neon.dist

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -95,16 +95,6 @@ parameters:
9595
count: 1
9696
path: system/Cache/Handlers/RedisHandler.php
9797

98-
-
99-
message: "#^Call to an undefined method CodeIgniter\\\\HTTP\\\\Request\\:\\:getPost\\(\\)\\.$#"
100-
count: 1
101-
path: system/CodeIgniter.php
102-
103-
-
104-
message: "#^Call to an undefined method CodeIgniter\\\\HTTP\\\\Request\\:\\:setLocale\\(\\)\\.$#"
105-
count: 1
106-
path: system/CodeIgniter.php
107-
10898
-
10999
message: "#^Property Config\\\\App\\:\\:\\$appTimezone \\(string\\) on left side of \\?\\? is not nullable\\.$#"
110100
count: 1
@@ -130,17 +120,6 @@ parameters:
130120
count: 1
131121
path: system/Database/BaseBuilder.php
132122

133-
-
134-
message: "#^Call to an undefined method CodeIgniter\\\\Database\\\\BaseConnection\\:\\:_disableForeignKeyChecks\\(\\)\\.$#"
135-
count: 1
136-
path: system/Database/BaseConnection.php
137-
138-
-
139-
message: "#^Call to an undefined method CodeIgniter\\\\Database\\\\BaseConnection\\:\\:_enableForeignKeyChecks\\(\\)\\.$#"
140-
count: 1
141-
path: system/Database/BaseConnection.php
142-
143-
144123
-
145124
message: "#^Negated boolean expression is always true\\.$#"
146125
count: 1
@@ -641,11 +620,6 @@ parameters:
641620
count: 1
642621
path: system/Log/Logger.php
643622

644-
-
645-
message: "#^Call to an undefined method CodeIgniter\\\\Database\\\\BaseBuilder\\:\\:asArray\\(\\)\\.$#"
646-
count: 1
647-
path: system/Model.php
648-
649623
-
650624
message: "#^Expression on left side of \\?\\? is not nullable\\.$#"
651625
count: 1

0 commit comments

Comments
 (0)