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

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