Skip to content

Commit 1c34cd1

Browse files
committed
Merge branch 'refs/heads/development'
2 parents 1ed8543 + 36d5697 commit 1c34cd1

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)