Fixing new PHPCS errors.
This commit is contained in:
parent
07711a4e04
commit
3fc6bbef88
5 changed files with 5 additions and 8 deletions
|
|
@ -41,8 +41,7 @@ class BuildFactory
|
|||
*/
|
||||
public static function getBuild(Build $base)
|
||||
{
|
||||
switch($base->getProject()->getType())
|
||||
{
|
||||
switch ($base->getProject()->getType()) {
|
||||
case 'remote':
|
||||
$type = 'RemoteGitBuild';
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue