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
|
|
@ -14,9 +14,11 @@ require_once(APPLICATION_PATH . 'PHPCI/Store/Base/BuildStoreBase.php');
|
|||
use PHPCI\Store\Base\BuildStoreBase;
|
||||
|
||||
/**
|
||||
* Build Store
|
||||
* @uses PHPCI\Store\Base\BuildStoreBase
|
||||
*/
|
||||
* Build Store
|
||||
* @author Dan Cryer <dan@block8.co.uk>
|
||||
* @package PHPCI
|
||||
* @subpackage Core
|
||||
*/
|
||||
class BuildStore extends BuildStoreBase
|
||||
{
|
||||
// This class has been left blank so that you can modify it - changes in this file will not be overwritten.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue