ignore some more checkstyle rules
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
@@ -19,7 +19,9 @@ class Subdomains extends ApiCommand implements ResourceEntity
|
||||
{
|
||||
|
||||
public function add()
|
||||
{}
|
||||
{
|
||||
throw new Exception("Not available yet.", 501);
|
||||
}
|
||||
|
||||
/**
|
||||
* return a subdomain entry by either id or domainname
|
||||
@@ -97,7 +99,9 @@ class Subdomains extends ApiCommand implements ResourceEntity
|
||||
}
|
||||
|
||||
public function update()
|
||||
{}
|
||||
{
|
||||
throw new Exception("Not available yet.", 501);
|
||||
}
|
||||
|
||||
public function list()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user