We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9de9856 commit 42a00ffCopy full SHA for 42a00ff
system/Test/Mock/MockResult.php
@@ -77,6 +77,7 @@ public function dataSeek($n = 0)
77
*/
78
protected function fetchAssoc()
79
{
80
+ return [];
81
}
82
83
/**
utils/phpstan-baseline/return.missing.neon
@@ -1,13 +1,8 @@
1
-# total 2 errors
+# total 1 error
2
3
parameters:
4
ignoreErrors:
5
-
6
message: '#^Method CodeIgniter\\Images\\Handlers\\BaseHandler\:\:__call\(\) should return mixed but return statement is missing\.$#'
7
count: 1
8
path: ../../system/Images/Handlers/BaseHandler.php
9
10
- -
11
- message: '#^Method CodeIgniter\\Test\\Mock\\MockResult\:\:fetchAssoc\(\) should return mixed but return statement is missing\.$#'
12
- count: 1
13
- path: ../../system/Test/Mock/MockResult.php
0 commit comments