8000 removed deprecation notice for internal constant · symfony/symfony@19be8b0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 19be8b0

Browse files
committed
removed deprecation notice for internal constant
1 parent 339afca commit 19be8b0
< 10000 button data-component="IconButton" type="button" class="prc-Button-ButtonBase-c50BI prc-Button-IconButton-szpyj" data-loading="false" data-no-visuals="true" data-size="small" data-variant="invisible" aria-describedby=":R1slebab:-loading-announcement" aria-labelledby=":R4lebab:">

File tree

2 files changed

+1
-30
lines changed

2 files changed

+1
-30
lines changed

src/Symfony/Component/Validator/Mapping/Deprecated/TraversalStrategy.php

Lines changed: 0 additions & 27 deletions
This file was deleted.

src/Symfony/Component/Validator/Mapping/TraversalStrategy.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111

1212
namespace Symfony\Component\Validator\Mapping;
1313

14-
use Symfony\Component\Validator\Mapping\Deprecated\TraversalStrategy as Deprecated;
15-
1614
/**
1715
* Specifies whether and how a traversable object should be traversed.
1816
*
@@ -57,7 +55,7 @@ class TraversalStrategy
5755
*
5856
* @internal
5957
*/
60-
const STOP_RECURSION = Deprecated::STOP_RECURSION;
58+
const STOP_RECURSION = 8;
6159

6260
/**
6361
* Not instantiable.

0 commit comments

Comments
 (0)
0