mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-26 06:15:19 +08:00
Fix documentation
wrongType -> wrongExtension
This commit is contained in:
@ -29,7 +29,7 @@ class FileValidator extends Validator
|
||||
* separated by space or comma (e.g. "gif, jpg").
|
||||
* Extension names are case-insensitive. Defaults to null, meaning all file name
|
||||
* extensions are allowed.
|
||||
* @see wrongType for the customized message for wrong file type.
|
||||
* @see wrongExtension for the customized message for wrong file type.
|
||||
*/
|
||||
public $extensions;
|
||||
/**
|
||||
|
Reference in New Issue
Block a user