diff --git a/lib/Trash/TrashBackend.php b/lib/Trash/TrashBackend.php index 961ca6046..3a4053f60 100644 --- a/lib/Trash/TrashBackend.php +++ b/lib/Trash/TrashBackend.php @@ -90,7 +90,7 @@ public function listTrashFolder(ITrashItem $folder): array { /** * @return void - * @throw NotPermittedException + * @throws NotPermittedException */ public function restoreItem(ITrashItem $item) { if (!($item instanceof GroupTrashItem)) { @@ -164,8 +164,8 @@ public function restoreItem(ITrashItem $item) { /** * @return void - * @throw \LogicException - * @throw \Exception + * @throws \LogicException + * @throws \Exception */ public function removeItem(ITrashItem $item) { if (!($item instanceof GroupTrashItem)) {