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

@ -38,12 +38,12 @@ class HomeController extends \PHPCI\Controller
protected $projectStore;
public function __construct(
Config $config,
Request $request,
Response $response,
BuildStore $buildStore,
ProjectStore $projectStore
)
Config $config,
Request $request,
Response $response,
BuildStore $buildStore,
ProjectStore $projectStore
)
{
parent::__construct($config, $request, $response);