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

@ -16,6 +16,7 @@ use PHPCI\BuildFactory;
use PHPCI\Model\Project;
use PHPCI\Model\Build;
use PHPCI\Service\BuildStatusService;
use PHPCI\Controller;
/**
* Build Status Controller - Allows external access to build status information / images.
@ -23,7 +24,7 @@ use PHPCI\Service\BuildStatusService;
* @package PHPCI
* @subpackage Web
*/
class BuildStatusController extends \PHPCI\Controller
class BuildStatusController extends Controller
{
/* @var \PHPCI\Store\ProjectStore */
protected $projectStore;