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

@ -13,6 +13,7 @@ use b8;
use PHPCI\BuildFactory;
use PHPCI\Helper\Lang;
use PHPCI\Model\Build;
use PHPCI\Controller;
/**
* Home Controller - Displays the PHPCI Dashboard.
@ -20,7 +21,7 @@ use PHPCI\Model\Build;
* @package PHPCI
* @subpackage Web
*/
class HomeController extends \PHPCI\Controller
class HomeController extends Controller
{
/**
* @var \PHPCI\Store\BuildStore