Fixing some more PHPCS/PHPMD errors

This commit is contained in:
Dan Cryer 2013-10-10 01:19:42 +01:00
parent 05be06f9b3
commit a5734fb330

View file

@ -76,7 +76,9 @@ class GithubBuild extends RemoteGitBuild
);
$http->setHeaders($headers);
$http->request('POST', $url, json_encode($params));
$res = $http->request('POST', $url, json_encode($params));
}
/**