Add class-level docblock to every file.

This commit is contained in:
Dan Cryer 2013-05-16 02:30:48 +01:00
commit 160540b6ee
28 changed files with 176 additions and 40 deletions

View file

@ -11,9 +11,11 @@ namespace PHPCI\Model\Build;
use PHPCI\Model\Build\RemoteGitBuild;
/**
* Github Build Model
* @uses PHPCI\Model\Build
*/
* Github Build Model
* @author Dan Cryer <dan@block8.co.uk>
* @package PHPCI
* @subpackage Core
*/
class GithubBuild extends RemoteGitBuild
{
public function getCommitLink()