Security update for Core, with self-updated composer
[yaffs-website] / vendor / symfony / validator / Constraints / Isbn.php
index f1e83b99ea02afacea22bcfe5e74ca991aaa3c40..615feb66416d457d5bc1538ef4362ef994952882 100644 (file)
@@ -43,20 +43,6 @@ class Isbn extends Constraint
     public $type;
     public $message;
 
-    /**
-     * @deprecated since version 2.5, to be removed in 3.0. Use option "type" instead.
-     *
-     * @var bool
-     */
-    public $isbn10 = false;
-
-    /**
-     * @deprecated since version 2.5, to be removed in 3.0. Use option "type" instead.
-     *
-     * @var bool
-     */
-    public $isbn13 = false;
-
     /**
      * {@inheritdoc}
      */