Code style and other small fixes

This commit is contained in:
Dmitry Khomutov 2016-05-09 12:20:26 +06:00
commit 052538e99c
66 changed files with 158 additions and 124 deletions

View file

@ -18,6 +18,7 @@ use PHPCI\Helper\Lang;
use PHPCI\Model\Build;
use PHPCI\Model\Project;
use PHPCI\Service\BuildService;
use PHPCI\Controller;
/**
* Build Controller - Allows users to run and view builds.
@ -25,7 +26,7 @@ use PHPCI\Service\BuildService;
* @package PHPCI
* @subpackage Web
*/
class BuildController extends \PHPCI\Controller
class BuildController extends Controller
{
/**
* @var \PHPCI\Store\BuildStore