31
0
mirror of https://github.com/joomla-extensions/patchtester.git synced 2024-05-29 03:50:46 +00:00

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

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.
*