[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

View File

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