diff --git a/contributing/code/conventions.rst b/contributing/code/conventions.rst index d0c6842ada0..38e26d756e4 100644 --- a/contributing/code/conventions.rst +++ b/contributing/code/conventions.rst @@ -125,7 +125,7 @@ between the namespace and the use declarations, like in this example from /** * @author Adrien Brault * - * @deprecated ArrayParserCache class is deprecated since version 3.2 and will be removed in 4.0. Use the Symfony\Component\Cache\Adapter\ArrayAdapter class instead. + * @deprecated since Symfony 3.2, to be removed in 4.0. Use the Symfony\Component\Cache\Adapter\ArrayAdapter class instead. */ class ArrayParserCache implements ParserCacheInterface