PHPCS Cleanup

This commit is contained in:
Dan Cryer 2014-07-11 14:07:27 +01:00
commit 52f45a38bf
4 changed files with 27 additions and 32 deletions

View file

@ -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);