Scrutinizer Auto-Fixes
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
This commit is contained in:
@@ -26,9 +26,9 @@ namespace OCA\Deck;
|
||||
|
||||
class NoPermissionException extends StatusException {
|
||||
|
||||
public function __construct($message, $controller=null, $method=null) {
|
||||
public function __construct($message, $controller = null, $method = null) {
|
||||
parent::__construct($message);
|
||||
if($controller && $method) {
|
||||
if ($controller && $method) {
|
||||
$this->message = get_class($controller) . "#" . $method . ": " . $message;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user