Fix phpstorm inspection issues

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2017-10-17 00:41:53 +02:00
committed by Julius Härtl
parent 320f2bf5c8
commit c45bb71084
25 changed files with 77 additions and 93 deletions

View File

@@ -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);
}
}