Skip to content

Commit 4fff555

Browse files
committed
fix style issue raised by continuous-integration/styleci/pr
1 parent 8a3f154 commit 4fff555

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Github/ResultPager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public function fetch(AbstractApi $api, string $method, array $parameters = []):
8686
$api = $closure($api);
8787
$result = $api->$method(...$parameters);
8888

89-
if ($result === "" && $this->client->getLastResponse()->getStatusCode() === 204) {
89+
if ($result === '' && $this->client->getLastResponse()->getStatusCode() === 204) {
9090
$result = [];
9191
}
9292

0 commit comments

Comments
 (0)