Skip to content

Commit 98f067c

Browse files
authored
[Validator] Add a property tag for File::$maxSize
1 parent 1ba29ea commit 98f067c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Constraints/File.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
* @Annotation
1919
* @Target({"PROPERTY", "METHOD", "ANNOTATION"})
2020
*
21+
* @property int $maxSize
22+
*
2123
* @author Bernhard Schussek <bschussek@gmail.com>
2224
*/
2325
class File extends Constraint

0 commit comments

Comments
 (0)