We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47070b7 commit e4b3012Copy full SHA for e4b3012
src/Symfony/Component/Validator/Constraints/Image.php
@@ -107,7 +107,7 @@ class Image extends File
107
* @param int|null $maxHeight Maximum image height
108
* @param int|null $minHeight Minimum image weight
109
* @param int|float|null $maxRatio Maximum image ratio
110
- * @param int|float|null $minRatio Minimum image ration
+ * @param int|float|null $minRatio Minimum image ratio
111
* @param int|float|null $minPixels Minimum amount of pixels
112
* @param int|float|null $maxPixels Maximum amount of pixels
113
* @param bool|null $allowSquare Whether to allow a square image (defaults to true)
0 commit comments