You are here

public property NotIdenticalTo::$message in Plug 7

Overrides AbstractComparison::$message

File

lib/Symfony/validator/Symfony/Component/Validator/Constraints/NotIdenticalTo.php, line 22

Class

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

Namespace

Symfony\Component\Validator\Constraints

Code

public $message = 'This value should not be identical to {{ compared_value_type }} {{ compared_value }}.';