minor #13237 [2.5] [Validator] marks TraversalStrategy::STOP_RECURSION constant internal (hhamon)

This PR was merged into the 2.5 branch.

Discussion
----------

[2.5] [Validator] marks TraversalStrategy::STOP_RECURSION constant internal

| Q             | A
| ------------- | ---
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | ~
| License       | MIT
| Doc PR        | ~

This constant has been introduced for the BC layer and will be removed in 3.0.

Commits
-------

583fee4 [Validator] marks TraversalStrategy::STOP_RECURSION constant internal as it has been introduced for the BC layer and will be removed in 3.0.
This commit is contained in:
Fabien Potencier 2015-01-05 15:36:28 +01:00
commit 1f13517347
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@ class TraversalStrategy
*
* @deprecated This constant was added for backwards compatibility only.
* It will be removed in Symfony 3.0.
* @internal
*/
const STOP_RECURSION = 8;