Skip to content

Commit 56f07f5

Browse files
committed
Ignore phpstan error
1 parent 6a4eeae commit 56f07f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Result.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,6 @@ public function fetchFields() : array
231231
foreach ($fields as &$field) {
232232
$field = new Field($field);
233233
}
234-
return $fields;
234+
return $fields; // @phpstan-ignore-line
235235
}
236236
}

0 commit comments

Comments
 (0)