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

Skip to content

Commit bdf0518

Browse files
committed
removed deprecation notice for internal constant
1 parent 339afca commit bdf0518

File tree

2 files changed

+1
-28
lines changed

2 files changed

+1
-28
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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ class TraversalStrategy
5757
*
5858
* @internal
5959
*/
60-
const STOP_RECURSION = Deprecated::STOP_RECURSION;
60+
const STOP_RECURSION = 8;
6161

6262
/**
6363
* Not instantiable.

0 commit comments

Comments
 (0)
0