Fix documentation

wrongType -> wrongExtension
This commit is contained in:
nkovacs
2015-06-30 14:12:13 +02:00
parent 7f0e61ee84
commit b4d22cfe63

View File

@ -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;
/**