Fixing some more PHPCS/PHPMD errors
This commit is contained in:
parent
77fae9a56d
commit
16003ff01b
9 changed files with 22 additions and 16 deletions
|
|
@ -6,8 +6,6 @@
|
|||
|
||||
namespace PHPCI\Store;
|
||||
|
||||
require_once(APPLICATION_PATH . 'PHPCI/Store/Base/BuildMetaStoreBase.php');
|
||||
|
||||
use PHPCI\Store\Base\BuildMetaStoreBase;
|
||||
|
||||
/**
|
||||
|
|
@ -16,5 +14,5 @@ use PHPCI\Store\Base\BuildMetaStoreBase;
|
|||
*/
|
||||
class BuildMetaStore extends BuildMetaStoreBase
|
||||
{
|
||||
// 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.
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue