Code style and other small fixes
This commit is contained in:
parent
17f7dd7f5d
commit
052538e99c
66 changed files with 158 additions and 124 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue