Renamed projects types and build classes: 'remote'/RemoteGitBuild to

'git'/GitBuild, MercurialBuild to HgBuild, SubversionBuild to SvnBuild,
'bitbuckethg' to 'bitbucket-hg'.
This commit is contained in:
Dmitry Khomutov 2018-02-28 10:00:10 +07:00
commit 58f1004652
No known key found for this signature in database
GPG key ID: EC19426474B37AAC
10 changed files with 41 additions and 23 deletions

View file

@ -4,10 +4,10 @@ namespace PHPCensor\Model\Build;
/**
* Gitlab Build Model
*
*
* @author André Cianfarani <a.cianfarani@c2is.fr>
*/
class GitlabBuild extends RemoteGitBuild
class GitlabBuild extends GitBuild
{
/**