public function __construct(ViolationPath $violationPath)
 {
     parent::__construct($violationPath);
 }
 /**
  * {@inheritdoc}
  */
 public function __construct($propertyPath)
 {
     parent::__construct($propertyPath);
     trigger_error('\\Symfony\\Component\\Form\\Util\\PropertyPathIterator is deprecated since version 2.2 and will be removed in 2.3. Use \\Symfony\\Component\\PropertyAccess\\PropertyPathIterator instead.', E_USER_DEPRECATED);
 }