Add class-level docblock to every file.
This commit is contained in:
parent
6094b7013c
commit
160540b6ee
28 changed files with 176 additions and 40 deletions
|
|
@ -12,7 +12,12 @@ use b8,
|
|||
b8\Store,
|
||||
PHPCI\Model\Build;
|
||||
|
||||
|
||||
/**
|
||||
* Github Controller - Processes webhook pings from Github.
|
||||
* @author Dan Cryer <dan@block8.co.uk>
|
||||
* @package PHPCI
|
||||
* @subpackage Web
|
||||
*/
|
||||
class GithubController extends b8\Controller
|
||||
{
|
||||
public function init()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue