Update FileValidator phpDoc: see link added to maxSize

This commit is contained in:
githubjeka
2016-02-15 15:14:39 +03:00
parent 07c3403f27
commit f0c666cd6f

View File

@ -56,7 +56,7 @@ class FileValidator extends Validator
* @var integer the maximum number of bytes required for the uploaded file.
* Defaults to null, meaning no limit.
* Note, the size limit is also affected by `upload_max_filesize` and `post_max_size` INI setting
* and the 'MAX_FILE_SIZE' hidden field value. See [[getSizeLimit]] for details.
* and the 'MAX_FILE_SIZE' hidden field value. See [[getSizeLimit()]] for details.
* @see http://php.net/manual/en/ini.core.php#ini.upload-max-filesize
* @see http://php.net/post-max-size
* @see getSizeLimit