mirror of
https://github.com/standardebooks/web.git
synced 2025-07-18 20:36:38 -04:00
Improve type hints
This commit is contained in:
parent
f21783d1f8
commit
fbcafb8f1d
17 changed files with 45 additions and 45 deletions
|
@ -1,8 +1,8 @@
|
|||
<?
|
||||
|
||||
/**
|
||||
* @property bool $IsPublicDomain
|
||||
* @property string $TimeTillIsPublicDomain A string describing how much longer it will be before this work is in the U.S. public domain, like `3 months` or `20 years`.
|
||||
* @property-read bool $IsPublicDomain
|
||||
* @property-read string $TimeTillIsPublicDomain A string describing how much longer it will be before this work is in the U.S. public domain, like `3 months` or `20 years`.
|
||||
*/
|
||||
class EbookPlaceholder{
|
||||
use Traits\Accessor;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue