From 1d1a9fa1061a5893157c0240e9e39bfcbfb0be80 Mon Sep 17 00:00:00 2001 From: Tigran Hambardzumyan Date: Tue, 9 Jun 2020 01:02:40 +0400 Subject: [PATCH] Fix ImageValidator's maxHeight doc (#18089) --- framework/validators/ImageValidator.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/validators/ImageValidator.php b/framework/validators/ImageValidator.php index 9b03749..6edfb97 100644 --- a/framework/validators/ImageValidator.php +++ b/framework/validators/ImageValidator.php @@ -47,7 +47,7 @@ class ImageValidator extends FileValidator /** * @var int the maximum width in pixels. * Defaults to null, meaning no limit. - * @see overWidth for the customized message used when image height is too big. + * @see overHeight for the customized message used when image height is too big. */ public $maxHeight; /**