Fixing some more PHPCS/PHPMD errors
This commit is contained in:
parent
16003ff01b
commit
05be06f9b3
2 changed files with 7 additions and 35 deletions
|
|
@ -6,8 +6,6 @@
|
|||
|
||||
namespace PHPCI\Model;
|
||||
|
||||
require_once(APPLICATION_PATH . 'PHPCI/Model/Base/BuildMetaBase.php');
|
||||
|
||||
use PHPCI\Model\Base\BuildMetaBase;
|
||||
|
||||
/**
|
||||
|
|
@ -16,5 +14,5 @@ use PHPCI\Model\Base\BuildMetaBase;
|
|||
*/
|
||||
class BuildMeta extends BuildMetaBase
|
||||
{
|
||||
// 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