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
@@ -28,7 +28,7 @@ class ArchivedItemException extends \Exception {
|
||||
* Constructor
|
||||
* @param string $msg the error message
|
||||
*/
|
||||
public function __construct($msg = "Operation not allowed. Item is archived.") {
|
||||
public function __construct($msg = 'Operation not allowed. Item is archived.') {
|
||||
parent::__construct($msg);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user