Skip to content

Commit e82ef3b

Browse files
committed
Merge branch 'refs/heads/new' into 3.2.x
2 parents cb0f707 + 530f6bd commit e82ef3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)