Fix phpstorm inspection issues
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
committed by
Julius Härtl
parent
320f2bf5c8
commit
c45bb71084
@@ -29,7 +29,7 @@ class NoPermissionException extends StatusException {
|
||||
public function __construct($message, $controller = null, $method = null) {
|
||||
parent::__construct($message);
|
||||
if ($controller && $method) {
|
||||
$this->message = get_class($controller) . "#" . $method . ": " . $message;
|
||||
$this->message = get_class($controller) . '#' . $method . ': ' . $message;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user