Fixed PHPCS.

This commit is contained in:
Marco Vito Moscaritolo 2015-05-31 17:39:52 +02:00
commit 4fe62ea248
8 changed files with 22 additions and 18 deletions

View file

@ -65,8 +65,7 @@ class WebhookController extends \b8\Controller
BuildStore $buildStore,
ProjectStore $projectStore,
BuildService $buildService
)
{
) {
parent::__construct($config, $request, $response);
$this->buildStore = $buildStore;