[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:
Hugo Hamon 2015-01-04 13:49:58 +01:00
parent 6537359c00
commit 583fee4d2d
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;