Fixes for Gogs build and webhook. Issue #13

This commit is contained in:
Dmitry Khomutov 2017-02-07 19:50:09 +07:00
commit 9e478fd821
No known key found for this signature in database
GPG key ID: 7EB36C9576F9ECB9
12 changed files with 54 additions and 97 deletions

View file

@ -1,11 +1,4 @@
<?php
/**
* PHPCI - Continuous Integration for PHP
*
* @copyright Copyright 2014, Block 8 Limited.
* @license https://github.com/Block8/PHPCI/blob/master/LICENSE.md
* @link https://www.phptesting.org/
*/
namespace PHPCensor\Model\Build;
@ -13,11 +6,10 @@ use PHPCensor\Model\Build;
use PHPCensor\Builder;
/**
* Remote Git Build Model
* @author Dan Cryer <dan@block8.co.uk>
* @package PHPCI
* @subpackage Core
*/
* Remote Git Build Model
*
* @author Dan Cryer <dan@block8.co.uk>
*/
class RemoteGitBuild extends Build
{
/**