We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a3f154 commit 4fff555Copy full SHA for 4fff555
lib/Github/ResultPager.php
@@ -86,7 +86,7 @@ public function fetch(AbstractApi $api, string $method, array $parameters = []):
86
$api = $closure($api);
87
$result = $api->$method(...$parameters);
88
89
- if ($result === "" && $this->client->getLastResponse()->getStatusCode() === 204) {
+ if ($result === '' && $this->client->getLastResponse()->getStatusCode() === 204) {
90
$result = [];
91
}
92
0 commit comments