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.
2 parents c5f171d + 530f6bd commit 36d5697Copy full SHA for 36d5697
1 file changed
src/Result.php
@@ -234,6 +234,6 @@ public function fetchFields() : array | false
234
foreach ($fields as &$field) {
235
$field = new Field($field);
236
}
237
- return $fields;
+ return $fields; // @phpstan-ignore-line
238
239
0 commit comments