Browse Source

Fix ImageValidator's maxHeight doc (#18089)

tags/2.0.36
Tigran Hambardzumyan 4 years ago committed by GitHub
parent
commit
1d1a9fa106
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      framework/validators/ImageValidator.php

2
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;
/**

Loading…
Cancel
Save