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 e475fd8 commit 2d4d866Copy full SHA for 2d4d866
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
@@ -44,7 +44,6 @@ includes:
44
- property.readOnlyByPhpDocAssignOutOfClass.neon
45
- property.readOnlyByPhpDocDefaultValue.neon
46
- property.unusedType.neon
47
- - return.missing.neon
48
- return.type.neon
49
- return.unusedType.neon
50
- staticMethod.notFound.neon
utils/phpstan-baseline/return.missing.neon
0 commit comments