mirror of
https://github.com/standardebooks/web.git
synced 2025-07-15 02:46:46 -04:00
Add type hints to Artist class members
This commit is contained in:
parent
8e37543fa3
commit
d7718218ad
3 changed files with 8 additions and 15 deletions
|
@ -3,11 +3,9 @@ use Safe\DateTime;
|
|||
use function Safe\copy;
|
||||
use function Safe\date;
|
||||
use function Safe\exec;
|
||||
use function Safe\filesize;
|
||||
use function Safe\getimagesize;
|
||||
use function Safe\ini_get;
|
||||
use function Safe\preg_replace;
|
||||
use function Safe\sprintf;
|
||||
|
||||
/**
|
||||
* @property string $UrlName
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue