Skip to content

Commit

Permalink
Merge branch 'refs/heads/development'
Browse files Browse the repository at this point in the history
  • Loading branch information
natanfelles committed Apr 25, 2024
2 parents 1ed8543 + 36d5697 commit 1c34cd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Result.php
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,6 @@ public function fetchFields() : array | false
foreach ($fields as &$field) {
$field = new Field($field);
}
return $fields;
return $fields; // @phpstan-ignore-line
}
}

0 comments on commit 1c34cd1

Please sign in to comment.