Fixed dockblock.

This commit is contained in:
Marco Vito Moscaritolo 2015-05-31 17:32:03 +02:00
commit e0803df283
8 changed files with 86 additions and 2 deletions

View file

@ -48,6 +48,16 @@ class WebhookController extends \b8\Controller
*/
protected $buildService;
/**
* Create the Webhook controller.
*
* @param Config $config
* @param Request $request
* @param Response $response
* @param BuildStore $buildStore
* @param ProjectStore $projectStore
* @param BuildService $buildService
*/
public function __construct(
Config $config,
Request $request,