Fix docblocks

This commit is contained in:
Alex Cabal 2024-05-01 23:55:48 -05:00
parent de76531589
commit f4613aa9af
2 changed files with 10 additions and 10 deletions

View file

@ -829,7 +829,7 @@ class Artwork extends Accessor{
} }
/** /**
*@throws Exceptions\InvalidArtworkException * @throws Exceptions\ArtworkNotFoundException
*/ */
public static function GetByUrl(?string $artistUrlName, ?string $artworkUrlName): Artwork{ public static function GetByUrl(?string $artistUrlName, ?string $artworkUrlName): Artwork{
if($artistUrlName === null || $artworkUrlName === null){ if($artistUrlName === null || $artworkUrlName === null){