mirror of
https://github.com/standardebooks/web.git
synced 2025-07-14 10:31:59 -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
|
@ -5,9 +5,6 @@ class ArtworkTag extends Tag{
|
|||
// GETTERS
|
||||
// *******
|
||||
|
||||
/**
|
||||
* @return string
|
||||
*/
|
||||
protected function GetUrl(): string{
|
||||
if($this->_Url === null){
|
||||
$this->_Url = '/artworks?query=' . Formatter::MakeUrlSafe($this->Name);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue