PHPCI/Store PSR2 compliance. Issue #18

This commit is contained in:
Dan Cryer 2013-05-16 16:03:34 +01:00
commit 645936f309
7 changed files with 183 additions and 208 deletions

View file

@ -9,8 +9,6 @@
namespace PHPCI\Store;
require_once(APPLICATION_PATH . 'PHPCI/Store/Base/ProjectStoreBase.php');
use PHPCI\Store\Base\ProjectStoreBase;
/**
@ -21,5 +19,5 @@ use PHPCI\Store\Base\ProjectStoreBase;
*/
class ProjectStore extends ProjectStoreBase
{
// This class has been left blank so that you can modify it - changes in this file will not be overwritten.
}
// This class has been left blank so that you can modify it - changes in this file will not be overwritten.
}