mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-26 06:15:19 +08:00
release version 2.0.44
This commit is contained in:
@ -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
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user