chore: Аннотации к типам

This commit is contained in:
origami11@yandex.ru 2025-10-23 15:54:14 +03:00
parent 530a3b931d
commit 730a608f9b
27 changed files with 491 additions and 134 deletions

View file

@ -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 */