Open
Description
Argument 1 passed to chobie\Jira\Api\Result::__construct() must be of the type array, null given, called in /Jira/Api.php on line 748 and defined
I think this happens in https://github.com/chobie/jira-api-restclient/blob/master/src/Jira/Api.php#L748:
return new Result($json);
The $json
is not an array because some results are null for example for:
Api->search()
called by Walker.php
if nothing is found.