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 5fca27b commit 739a750Copy full SHA for 739a750
src/Symfony/Component/Validator/Constraints/Image.php
@@ -107,7 +107,7 @@ class Image extends File
107
* @param positive-int|null $maxHeight Maximum image height
108
* @param int<0, int>|null $minHeight Minimum image weight
109
* @param positive-int|float|null $maxRatio Maximum image ratio
110
- * @param int<0, max>|float|null $minRatio Minimum image ration
+ * @param int<0, max>|float|null $minRatio Minimum image ratio
111
* @param int<0, max>|float|null $minPixels Minimum amount of pixels
112
* @param positive-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