mirror of
https://github.com/standardebooks/web.git
synced 2025-07-12 17:42:29 -04:00
Improve type hints
This commit is contained in:
parent
f21783d1f8
commit
fbcafb8f1d
17 changed files with 45 additions and 45 deletions
|
@ -1,6 +1,6 @@
|
|||
<?
|
||||
/**
|
||||
* @property string $Url
|
||||
* @property-read string $Url
|
||||
*/
|
||||
class Tag{
|
||||
use Traits\Accessor;
|
||||
|
@ -10,5 +10,5 @@ class Tag{
|
|||
public string $UrlName;
|
||||
public Enums\TagType $Type;
|
||||
|
||||
protected string $_Url;
|
||||
protected string $_Url; // For subclasses.
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue