Security update for Core, with self-updated composer
[yaffs-website] / vendor / symfony / validator / Mapping / TraversalStrategy.php
index 164992b2eab4f64c163638156d99a04e96e8cc56..c22469b1f2c85127f785c1b6eb9ee218857f957e 100644 (file)
@@ -46,16 +46,6 @@ class TraversalStrategy
      */
     const TRAVERSE = 4;
 
-    /**
-     * Specifies that nested instances of {@link \Traversable} should never be
-     * iterated. Can be combined with {@link IMPLICIT} or {@link TRAVERSE}.
-     *
-     * @deprecated since version 2.5, to be removed in 3.0. This constant was added for backwards compatibility only.
-     *
-     * @internal
-     */
-    const STOP_RECURSION = 8;
-
     /**
      * Not instantiable.
      */