Fixing new PHPCS errors.
This commit is contained in:
parent
07711a4e04
commit
3fc6bbef88
5 changed files with 5 additions and 8 deletions
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue