fix: phpstan. Удаление State
This commit is contained in:
parent
4ac027b8ee
commit
1638d558c5
6 changed files with 22 additions and 97 deletions
|
|
@ -21,10 +21,10 @@ class Field
|
|||
public $_title = array();
|
||||
public $description = "";
|
||||
public $alias = array();
|
||||
|
||||
|
||||
/** @phpstan-ignore-next-line */
|
||||
public function __construct ($input = array(), $factory = null)
|
||||
{
|
||||
|
||||
{
|
||||
$this->default = null;
|
||||
if (isset($input['validate'])) {
|
||||
$this->require = strpos($input['validate'], 'require') !== false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue