From f0c666cd6f14448f95d94e9e187e3ab86c47fcb5 Mon Sep 17 00:00:00 2001 From: githubjeka Date: Mon, 15 Feb 2016 15:14:39 +0300 Subject: [PATCH] Update FileValidator phpDoc: see link added to maxSize --- framework/validators/FileValidator.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/validators/FileValidator.php b/framework/validators/FileValidator.php index 926660435d..404450c566 100644 --- a/framework/validators/FileValidator.php +++ b/framework/validators/FileValidator.php @@ -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