Browse Source

Merge pull request #8954 from nkovacs/patch-8

Fix documentation [skip ci]
tags/2.0.6
Alexander Makarov 9 years ago
parent
commit
c55a07b1ba
  1. 2
      framework/validators/FileValidator.php

2
framework/validators/FileValidator.php

@ -29,7 +29,7 @@ class FileValidator extends Validator
* separated by space or comma (e.g. "gif, jpg"). * separated by space or comma (e.g. "gif, jpg").
* Extension names are case-insensitive. Defaults to null, meaning all file name * Extension names are case-insensitive. Defaults to null, meaning all file name
* extensions are allowed. * 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; public $extensions;
/** /**

Loading…
Cancel
Save