We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd08f95 commit 361afa3Copy full SHA for 361afa3
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/loader.neon
@@ -43,7 +43,6 @@ includes:
43
- property.readOnlyByPhpDocAssignOutOfClass.neon
44
- property.readOnlyByPhpDocDefaultValue.neon
45
- property.unusedType.neon
46
- - return.missing.neon
47
- return.type.neon
48
- return.unusedType.neon
49
- staticMethod.notFound.neon
utils/phpstan-baseline/return.missing.neon
0 commit comments