You are here

public property NotIdenticalTo::$message in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/validator/Constraints/NotIdenticalTo.php \Symfony\Component\Validator\Constraints\NotIdenticalTo::message

Overrides AbstractComparison::$message

File

vendor/symfony/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 }}.';