chore: Аннотации к типам
This commit is contained in:
parent
530a3b931d
commit
730a608f9b
27 changed files with 491 additions and 134 deletions
|
|
@ -19,7 +19,9 @@ class Field
|
|||
/** @var ?string */
|
||||
public $error_msg = null;
|
||||
public $default = null;
|
||||
/** @var bool */
|
||||
public $error = false;
|
||||
/** @var bool */
|
||||
public $require = false;
|
||||
public $hint = null;
|
||||
/** @var ?int */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue