Codestyle fix

Signed-off-by: Roland Dalmulder <contact@rolandd.com>
This commit is contained in:
Roland Dalmulder 2021-03-04 20:28:39 +01:00
parent 11508111c1
commit 7ea6bc3678
No known key found for this signature in database
GPG Key ID: FD49814C56AE3AF9
1 changed files with 1 additions and 1 deletions

View File

@ -210,7 +210,7 @@ class GitHub
return $this->processResponse($this->client->get($prepared['url'], $prepared['headers']));
}
/**
* Get a list of the open pull requests for a repository.
*