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

@ -54,6 +54,17 @@ class ProjectController extends PHPCI\Controller
*/
protected $buildService;
/**
* Create the Project controller.
*
* @param Config $config
* @param Request $request
* @param Response $response
* @param BuildStore $buildStore
* @param ProjectStore $projectStore
* @param ProjectService $projectService
* @param BuildService $buildService
*/
public function __construct(
Config $config,
Request $request,