mirror of
https://github.com/standardebooks/web.git
synced 2025-07-15 19:06:49 -04:00
Add type hints for remaining classes
This commit is contained in:
parent
d7718218ad
commit
783c09864f
35 changed files with 212 additions and 210 deletions
|
@ -1,8 +1,8 @@
|
|||
<?
|
||||
class Benefits{
|
||||
public $CanAccessFeeds = false;
|
||||
public $CanVote = false;
|
||||
public $CanBulkDownload = false;
|
||||
public $CanUploadArtwork = false;
|
||||
public $CanReviewArtwork = false;
|
||||
public bool $CanAccessFeeds = false;
|
||||
public bool $CanVote = false;
|
||||
public bool $CanBulkDownload = false;
|
||||
public bool $CanUploadArtwork = false;
|
||||
public bool $CanReviewArtwork = false;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue