mirror of
https://github.com/standardebooks/web.git
synced 2025-07-14 10:31:59 -04:00
Improve type hints
This commit is contained in:
parent
f21783d1f8
commit
fbcafb8f1d
17 changed files with 45 additions and 45 deletions
|
@ -12,8 +12,8 @@ use function Safe\unlink;
|
|||
|
||||
/**
|
||||
* @property string $UrlName
|
||||
* @property string $Url
|
||||
* @property string $EditUrl
|
||||
* @property-read string $Url
|
||||
* @property-read string $EditUrl
|
||||
* @property-read array<ArtworkTag> $Tags
|
||||
* @property-write array<ArtworkTag>|string $Tags
|
||||
* @property Artist $Artist
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue