You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
calling CombinedStatus->statuses() raises the following error:
Fatal error: Uncaught TypeError: Return value of ApiClients\Client\Github\Resource\Repository\Commit\CombinedStatus::statuses() must be an instance of ApiClients\Client\Github\Resource\Repository\Commit\Repository\Commit\Status, array returned in /workdir/vendor/api-clients/github/src/Resource/Repository/Commit/CombinedStatus.php:88
Shouldn't the return type be array instead of Status?
The text was updated successfully, but these errors were encountered:
calling
CombinedStatus->statuses()
raises the following error:Shouldn't the return type be
array
instead ofStatus
?The text was updated successfully, but these errors were encountered: