Fixed dockblock.
This commit is contained in:
parent
9d03112aed
commit
e0803df283
8 changed files with 86 additions and 2 deletions
|
|
@ -44,6 +44,16 @@ class BuildStatusController extends \PHPCI\Controller
|
|||
*/
|
||||
protected $projectStore;
|
||||
|
||||
/**
|
||||
* Create the BuildStatus controller.
|
||||
*
|
||||
* @param Config $config
|
||||
* @param Request $request
|
||||
* @param Response $response
|
||||
* @param BuildStore $buildStore
|
||||
* @param ProjectStore $projectStore
|
||||
* @param HttpClient $shieldsClient
|
||||
*/
|
||||
public function __construct(
|
||||
Config $config,
|
||||
Request $request,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue