Skip to content

Warning on Result constructor #146

Open
Open
@alopex06

Description

@alopex06

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions