PHPCS Cleanup
This commit is contained in:
parent
3e486aa943
commit
52f45a38bf
4 changed files with 27 additions and 32 deletions
|
|
@ -32,7 +32,7 @@ class Github
|
|||
*
|
||||
* @return array
|
||||
*/
|
||||
public function makeRecursiveRequest($url, $params, $results=[])
|
||||
public function makeRecursiveRequest($url, $params, $results = array())
|
||||
{
|
||||
$http = new HttpClient('https://api.github.com');
|
||||
$res = $http->get($url, $params);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue