8000 merged branch aboks/image_constraint_typo (PR #2111) · symfony/symfony@6353de2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6353de2

Browse files
committed
merged branch aboks/image_constraint_typo (PR #2111)
Commits ------- 522adde [Validator] Fixed typo in Image constraint Discussion ---------- [Validator] Fixed typo in Image constraint
2 parents 227eebc + 522adde commit 6353de2

File tree

1 file changed

+1
-1
lines changed
  • src/Symfony/Component/Validator/Constraints

1 file changed

+1
-1
lines changed

src/Symfony/Component/Validator/Constraints/Image.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ class Image extends File
2828
public $sizeNotDetectedMessage = 'The size of the image could not be detected';
2929
public $max 5111 WidthMessage = 'The image width is too big ({{ width }}px). Allowed maximum width is {{ max_width }}px';
3030
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';
3232
public $minHeightMessage = 'The image width is too small ({{ height }}px). Minimum height expected is {{ min_height }}px';
3333
}

0 commit comments

Comments
 (0)
0