Skip to content

Commit

Permalink
Merge branch 'refs/heads/new' into development
Browse files Browse the repository at this point in the history
  • Loading branch information
natanfelles committed Apr 25, 2024
2 parents c5f171d + 530f6bd commit 36d5697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Result.php
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 36d5697

Please sign in to comment.