PHPCI/Helper and PHPCI/Model PSR2 compliance. Issue #18
This commit is contained in:
parent
e4a6e224c4
commit
11a3e3403f
12 changed files with 1268 additions and 1294 deletions
|
|
@ -9,13 +9,11 @@
|
|||
|
||||
namespace PHPCI\Model;
|
||||
|
||||
require_once(APPLICATION_PATH . 'PHPCI/Model/Base/ProjectBase.php');
|
||||
|
||||
use PHPCI\Model\Base\ProjectBase;
|
||||
|
||||
/**
|
||||
* Project Model
|
||||
* @uses PHPCI\Model\Base\ProjectBase
|
||||
* @uses PHPCI\Model\Base\ProjectBase
|
||||
* @author Dan Cryer <dan@block8.co.uk>
|
||||
* @package PHPCI
|
||||
* @subpackage Core
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue