From 3ea59f2120639638870a6eb468370155ad6f04e3 Mon Sep 17 00:00:00 2001 From: vincent-peugnet Date: Sat, 12 Oct 2024 15:22:58 +0200 Subject: [PATCH] fix CI! remove throws annotation I forgot to remove throws annotation after removing exception throwing. --- app/class/Media.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/class/Media.php b/app/class/Media.php index d470b390..6b566090 100644 --- a/app/class/Media.php +++ b/app/class/Media.php @@ -101,7 +101,6 @@ public static function mediatypes(): array /** * @throws Fileexception If path is not a file - * @throws Forbiddenexception If file is not inside `media` folder */ public function __construct(string $path) {