Fixed indendentation.

This commit is contained in:
Marco Vito Moscaritolo 2015-05-31 17:26:53 +02:00
commit 9d03112aed
8 changed files with 53 additions and 52 deletions

View file

@ -45,13 +45,13 @@ class BuildStatusController extends \PHPCI\Controller
protected $projectStore;
public function __construct(
Config $config,
Request $request,
Response $response,
BuildStore $buildStore,
ProjectStore $projectStore,
HttpClient $shieldsClient
)
Config $config,
Request $request,
Response $response,
BuildStore $buildStore,
ProjectStore $projectStore,
HttpClient $shieldsClient
)
{
parent::__construct($config, $request, $response);