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

@ -55,14 +55,14 @@ class ProjectController extends PHPCI\Controller
protected $buildService;
public function __construct(
Config $config,
Request $request,
Response $response,
BuildStore $buildStore,
ProjectStore $projectStore,
ProjectService $projectService,
BuildService $buildService
)
Config $config,
Request $request,
Response $response,
BuildStore $buildStore,
ProjectStore $projectStore,
ProjectService $projectService,
BuildService $buildService
)
{
parent::__construct($config, $request, $response);