Code style fix

This commit is contained in:
corpsee 2015-05-03 00:49:17 +06:00
parent ea09c0f82b
commit 63c75be702

View file

@ -87,7 +87,8 @@ class BuildStatusController extends \PHPCI\Controller
} }
$color = ($status == 'passing') ? 'green' : 'red'; $color = ($status == 'passing') ? 'green' : 'red';
$image = file_get_contents(sprintf('http://img.shields.io/badge/%s-%s-%s.svg?style=%s', $image = file_get_contents(sprintf(
'http://img.shields.io/badge/%s-%s-%s.svg?style=%s',
$label, $label,
$status, $status,
$color, $color,