mirror of
https://github.com/standardebooks/web.git
synced 2025-07-15 02:46:46 -04:00
Improve type hints
This commit is contained in:
parent
f21783d1f8
commit
fbcafb8f1d
17 changed files with 45 additions and 45 deletions
|
@ -1,7 +1,7 @@
|
|||
<?
|
||||
/**
|
||||
* @property bool $HasBenefits Are any of the benefits in this object **`TRUE`**?
|
||||
* @property bool $RequiresPassword Do any of the benefits in this object require the `User` to have a password set?
|
||||
* @property-read bool $HasBenefits Are any of the benefits in this object **`TRUE`**?
|
||||
* @property-read bool $RequiresPassword Do any of the benefits in this object require the `User` to have a password set?
|
||||
*/
|
||||
class Benefits{
|
||||
use Traits\Accessor;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue