changing some typehinting in comments
This commit is contained in:
parent
a50d03fdb5
commit
961b012daa
@ -16,19 +16,19 @@ protected \$keyType = 'string';
|
|||||||
/** @var bool */
|
/** @var bool */
|
||||||
public \$incrementing = false;
|
public \$incrementing = false;
|
||||||
|
|
||||||
/** @var array */
|
/** @var string[] */
|
||||||
protected \$fillable = [];
|
protected \$fillable = [];
|
||||||
|
|
||||||
/** @var array */
|
/** @var string[] */
|
||||||
protected \$hidden = [];
|
protected \$hidden = [];
|
||||||
|
|
||||||
/** @var array */
|
/** @var array */
|
||||||
protected \$casts = [];
|
protected \$casts = [];
|
||||||
|
|
||||||
/** @var array */
|
/** @var string[] */
|
||||||
protected \$dates = [];
|
protected \$dates = [];
|
||||||
|
|
||||||
/** @var array */
|
/** @var string[] */
|
||||||
protected \$appends = [];
|
protected \$appends = [];
|
||||||
|
|
||||||
/** @var array */
|
/** @var array */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user