Fixed indendentation.
This commit is contained in:
parent
b1e387e195
commit
9d03112aed
8 changed files with 53 additions and 52 deletions
|
|
@ -42,12 +42,12 @@ class BuildController extends \PHPCI\Controller
|
|||
protected $buildService;
|
||||
|
||||
public function __construct(
|
||||
Config $config,
|
||||
Request $request,
|
||||
Response $response,
|
||||
BuildStore $buildStore,
|
||||
BuildService $buildService
|
||||
)
|
||||
Config $config,
|
||||
Request $request,
|
||||
Response $response,
|
||||
BuildStore $buildStore,
|
||||
BuildService $buildService
|
||||
)
|
||||
{
|
||||
parent::__construct($config, $request, $response);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue