File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/Symfony/Component/Validator/Constraints Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,6 @@ class Image extends File
28
28
public $ sizeNotDetectedMessage = 'The size of the image could not be detected ' ;
29
29
public $ max
5111
WidthMessage = 'The image width is too big ({{ width }}px). Allowed maximum width is {{ max_width }}px ' ;
30
30
public $ minWidthMessage = 'The image width is too small ({{ width }}px). Minimum width expected is {{ min_width }}px ' ;
31
- public $ maxHeightMessage = 'The image height is too big ({{ height }}px). Allowed maximum width is {{ max_eight }}px ' ;
31
+ public $ maxHeightMessage = 'The image height is too big ({{ height }}px). Allowed maximum width is {{ max_height }}px ' ;
32
32
public $ minHeightMessage = 'The image width is too small ({{ height }}px). Minimum height expected is {{ min_height }}px ' ;
33
33
}
You can’t perform that action at this time.
0 commit comments