You are here

public property Image::$allowSquareMessage in Plug 7

File

lib/Symfony/validator/Symfony/Component/Validator/Constraints/Image.php, line 78

Class

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

Namespace

Symfony\Component\Validator\Constraints

Code

public $allowSquareMessage = 'The image is square ({{ width }}x{{ height }}px). Square images are not allowed.';