diff --git a/PHPCI/Controller/BuildStatusController.php b/PHPCI/Controller/BuildStatusController.php index 9505e184..7a28ff37 100644 --- a/PHPCI/Controller/BuildStatusController.php +++ b/PHPCI/Controller/BuildStatusController.php @@ -87,7 +87,8 @@ class BuildStatusController extends \PHPCI\Controller } $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, $status, $color,