We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0b2674f + bc2c953 commit 19db8f7Copy full SHA for 19db8f7
2 files changed
phpstan-baseline.neon.dist
@@ -10,11 +10,6 @@ parameters:
10
count: 1
11
path: system/Autoloader/Autoloader.php
12
13
- -
14
- message: "#^Property CodeIgniter\\\\Cache\\\\Handlers\\\\RedisHandler\\:\\:\\$redis \\(Redis\\) in isset\\(\\) is not nullable\\.$#"
15
- count: 1
16
- path: system/Cache/Handlers/RedisHandler.php
17
-
18
19
message: "#^Call to an undefined method CodeIgniter\\\\HTTP\\\\Request\\:\\:getPost\\(\\)\\.$#"
20
system/Cache/Handlers/RedisHandler.php
@@ -38,7 +38,7 @@ class RedisHandler extends BaseHandler
38
/**
39
* Redis connection
40
*
41
- * @var Redis
+ * @var Redis|null
42
*/
43
protected $redis;
44
0 commit comments