@@ -83,6 +83,10 @@ |
||
83 | 83 | */ |
84 | 84 | public $msgLength = ''; |
85 | 85 | |
86 | + /** |
|
87 | + * @param \Maslosoft\Addendum\Interfaces\AnnotatedInterface $model |
|
88 | + * @param integer $value |
|
89 | + */ |
|
86 | 90 | protected function isValidValueOf($model, $attribute, $value, $label = '') |
87 | 91 | { |
88 | 92 | if ($this->allowEmpty && empty($value)) |