diff --git a/lib/Github/ResultPager.php b/lib/Github/ResultPager.php index 61e6c17ae60..a1d94785ca6 100644 --- a/lib/Github/ResultPager.php +++ b/lib/Github/ResultPager.php @@ -86,7 +86,7 @@ public function fetch(AbstractApi $api, string $method, array $parameters = []): $api = $closure($api); $result = $api->$method(...$parameters); - if ($result === "" && $this->client->getLastResponse()->getStatusCode() === 204) { + if ($result === '' && $this->client->getLastResponse()->getStatusCode() === 204) { $result = []; }