This error is caused by setting a default value for `$fixVersions = []` https://github.com/lesstif/php-jira-rest-client/blob/main/src/Issue/IssueField.php#L50 And because of that it's not filtered out by `!is_null` https://github.com/lesstif/php-jira-rest-client/blob/main/src/Issue/IssueField.php#L117