Fixing new PHPCS errors.

This commit is contained in:
Dan Cryer 2015-10-05 14:17:13 +01:00
commit 3fc6bbef88
5 changed files with 5 additions and 8 deletions

View file

@ -54,8 +54,7 @@ class GithubBuild extends RemoteGitBuild
$url = 'https://api.github.com/repos/'.$project->getReference().'/statuses/'.$this->getCommitId();
$http = new \b8\HttpClient();
switch($this->getStatus())
{
switch ($this->getStatus()) {
case 0:
case 1:
$status = 'pending';