Skip to content

Commit

Permalink
fix CI! remove throws annotation
Browse files Browse the repository at this point in the history
I forgot to remove throws annotation after removing exception throwing.
  • Loading branch information
vincent-peugnet committed Oct 12, 2024
1 parent e077ce9 commit 3ea59f2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/class/Media.php
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 3ea59f2

Please sign in to comment.