mirror of
https://github.com/standardebooks/web.git
synced 2025-07-14 02:21:55 -04:00
Improve type hints
This commit is contained in:
parent
f21783d1f8
commit
fbcafb8f1d
17 changed files with 45 additions and 45 deletions
|
@ -3,11 +3,11 @@ use Safe\DateTimeImmutable;
|
|||
|
||||
/**
|
||||
* @property ?int $DeathYear
|
||||
* @property ?string $UrlName
|
||||
* @property ?string $Url
|
||||
* @property string $DeleteUrl
|
||||
* @property string $UrlName
|
||||
* @property-read string $Url
|
||||
* @property-read string $DeleteUrl
|
||||
* @property array<string> $AlternateNames
|
||||
* @property string $AlternateNamesString
|
||||
* @property-read string $AlternateNamesString
|
||||
*/
|
||||
class Artist{
|
||||
use Traits\Accessor;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue