generated from spatie/package-skeleton-php
-
-
Notifications
You must be signed in to change notification settings - Fork 48
Closed
Labels
invalidThis doesn't seem rightThis doesn't seem right
Description
Describe the bug
Attempt to read property "issue" on null
} catch (ClientException $e) {
$res = json_decode($e->getResponse()->getBody()->getContents());
$issue_information = $res->issue[0]->details->text; // NULL
$this->log($issue_information, 'POST Token', $url, null, (array) $res);
return false;
}
Metadata
Metadata
Assignees
Labels
invalidThis doesn't seem rightThis doesn't seem right