release version 2.0.44

This commit is contained in:
Alexander Makarov
2021-12-30 10:50:56 +03:00
parent fe7f5ed0fa
commit 655786b7ed
59 changed files with 208 additions and 259 deletions

View File

@ -20,7 +20,7 @@ use yii\web\UploadedFile;
*
* Note that you should enable `fileinfo` PHP extension.
*
* @property-read int $sizeLimit The size limit for uploaded files. This property is read-only.
* @property-read int $sizeLimit The size limit for uploaded files.
*
* @author Qiang Xue <qiang.xue@gmail.com>
* @since 2.0

View File

@ -48,8 +48,8 @@ use yii\base\NotSupportedException;
*
* For more details and usage information on Validator, see the [guide article on validators](guide:input-validation).
*
* @property-read array $attributeNames Attribute names. This property is read-only.
* @property-read array $validationAttributes List of attribute names. This property is read-only.
* @property-read array $attributeNames Attribute names.
* @property-read array $validationAttributes List of attribute names.
*
* @author Qiang Xue <qiang.xue@gmail.com>
* @since 2.0