PHPCI/Helper and PHPCI/Model PSR2 compliance. Issue #18

This commit is contained in:
Dan Cryer 2013-05-16 15:40:40 +01:00
commit 11a3e3403f
12 changed files with 1268 additions and 1294 deletions

View file

@ -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.