mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced 2025-02-20 11:44:28 +08:00
chore: remove ignore patterns that are no longer needed
This commit is contained in:
parent
13b6b0e2ad
commit
d4e47a3497
@ -20,11 +20,6 @@ parameters:
|
||||
count: 1
|
||||
path: system/Cache/Handlers/FileHandler.php
|
||||
|
||||
-
|
||||
message: "#^Unreachable statement \\- code above always terminates\\.$#"
|
||||
count: 1
|
||||
path: system/Cache/Handlers/MemcachedHandler.php
|
||||
|
||||
-
|
||||
message: "#^Property CodeIgniter\\\\Cache\\\\Handlers\\\\RedisHandler\\:\\:\\$redis \\(Redis\\) in isset\\(\\) is not nullable\\.$#"
|
||||
count: 1
|
||||
@ -50,16 +45,6 @@ parameters:
|
||||
count: 1
|
||||
path: system/Database/BaseConnection.php
|
||||
|
||||
-
|
||||
message: "#^Unreachable statement \\- code above always terminates\\.$#"
|
||||
count: 2
|
||||
path: system/Database/BaseResult.php
|
||||
|
||||
-
|
||||
message: "#^While loop condition is always true\\.$#"
|
||||
count: 2
|
||||
path: system/Database/BaseResult.php
|
||||
|
||||
-
|
||||
message: "#^Access to an undefined property CodeIgniter\\\\Database\\\\ConnectionInterface\\:\\:\\$DBDriver\\.$#"
|
||||
count: 2
|
||||
@ -260,21 +245,11 @@ parameters:
|
||||
count: 1
|
||||
path: system/Router/Router.php
|
||||
|
||||
-
|
||||
message: "#^Strict comparison using \\=\\=\\= between string and true will always evaluate to false\\.$#"
|
||||
count: 1
|
||||
path: system/Session/Handlers/RedisHandler.php
|
||||
|
||||
-
|
||||
message: "#^Property CodeIgniter\\\\Session\\\\Session\\:\\:\\$sessionExpiration \\(int\\) in isset\\(\\) is not nullable\\.$#"
|
||||
count: 1
|
||||
path: system/Session/Session.php
|
||||
|
||||
-
|
||||
message: "#^Negated boolean expression is always false\\.$#"
|
||||
count: 1
|
||||
path: system/Test/CIUnitTestCase.php
|
||||
|
||||
-
|
||||
message: "#^Access to an undefined property object\\:\\:\\$createdField\\.$#"
|
||||
count: 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user