more and more checkstyle fixes
Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
@@ -20,17 +20,27 @@ class HostingPlans extends \Froxlor\Api\ApiCommand implements \Froxlor\Api\Resou
|
||||
{
|
||||
|
||||
public function add()
|
||||
{}
|
||||
{
|
||||
throw new \Exception('noop', 303);
|
||||
}
|
||||
|
||||
public function get()
|
||||
{}
|
||||
{
|
||||
throw new \Exception('noop', 303);
|
||||
}
|
||||
|
||||
public function update()
|
||||
{}
|
||||
{
|
||||
throw new \Exception('noop', 303);
|
||||
}
|
||||
|
||||
public function listing()
|
||||
{}
|
||||
{
|
||||
throw new \Exception('noop', 303);
|
||||
}
|
||||
|
||||
public function delete()
|
||||
{}
|
||||
{
|
||||
throw new \Exception('noop', 303);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user