mirror of
https://github.com/standardebooks/web.git
synced 2025-07-13 18:11:52 -04:00
Fix docblocks
This commit is contained in:
parent
de76531589
commit
f4613aa9af
2 changed files with 10 additions and 10 deletions
|
@ -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){
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue