You are here

public property Image::$minRatioMessage in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/symfony/validator/Constraints/Image.php \Symfony\Component\Validator\Constraints\Image::minRatioMessage

File

vendor/symfony/validator/Constraints/Image.php, line 75

Class

Image
@Target({"PROPERTY", "METHOD", "ANNOTATION"})

Namespace

Symfony\Component\Validator\Constraints

Code

public $minRatioMessage = 'The image ratio is too small ({{ ratio }}). Minimum ratio expected is {{ min_ratio }}.';