Skip to content

Commit 530f6bd

Browse files
committed
Ignore phpstan error
1 parent 155c5f3 commit 530f6bd

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
@@ -234,6 +234,6 @@ public function fetchFields() : array | false
234234
foreach ($fields as &$field) {
235235
$field = new Field($field);
236236
}
237-
return $fields;
237+
return $fields; // @phpstan-ignore-line
238238
}
239239
}

0 commit comments

Comments
 (0)