mirror of
https://github.com/standardebooks/web.git
synced 2025-07-07 15:20:32 -04:00
Improve type hints
This commit is contained in:
parent
f21783d1f8
commit
fbcafb8f1d
17 changed files with 45 additions and 45 deletions
|
@ -16,12 +16,12 @@ use Safe\DateTimeImmutable;
|
|||
* @property Ebook $Ebook
|
||||
* @property User $Manager
|
||||
* @property User $Reviewer
|
||||
* @property string $Url
|
||||
* @property string $EditUrl
|
||||
* @property-read string $Url
|
||||
* @property-read string $EditUrl
|
||||
* @property DateTimeImmutable $LastActivityTimestamp The timestamp of the latest activity, whether it's a commit, a discussion post, or simply the started timestamp.
|
||||
* @property array<ProjectReminder> $Reminders
|
||||
* @property ?string $VcsUrlDomain
|
||||
* @property ?string $DiscussionUrlDomain
|
||||
* @property-read ?string $VcsUrlDomain
|
||||
* @property-read ?string $DiscussionUrlDomain
|
||||
*/
|
||||
final class Project{
|
||||
use Traits\Accessor;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue