From ade66dcf2f0a5df51b09e310928607e11f2942d4 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Mon, 10 Jan 2022 18:18:15 +0000 Subject: [PATCH] Applied latest styleci changes --- app/Entities/Tools/TrashCan.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Entities/Tools/TrashCan.php b/app/Entities/Tools/TrashCan.php index 015610e71..1e130c9e1 100644 --- a/app/Entities/Tools/TrashCan.php +++ b/app/Entities/Tools/TrashCan.php @@ -22,6 +22,7 @@ class TrashCan { /** * Send a shelf to the recycle bin. + * * @throws NotifyException */ public function softDestroyShelf(Bookshelf $shelf)