[Validator] Add a property tag for File::$maxSize

This commit is contained in:
Issei.M 2017-08-17 16:14:13 +09:00 committed by GitHub
parent f1c65c0fd9
commit b72ced22ad
1 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,8 @@ use Symfony\Component\Validator\Exception\ConstraintDefinitionException;
* @Annotation
* @Target({"PROPERTY", "METHOD", "ANNOTATION"})
*
* @property int $maxSize
*
* @author Bernhard Schussek <bschussek@gmail.com>
*/
class File extends Constraint