From 22e5827f595d6638d8ec928651512aad71917ab9 Mon Sep 17 00:00:00 2001 From: Nicolas Grekas Date: Sun, 9 Jun 2019 18:11:33 +0200 Subject: [PATCH] Update conventions.rst --- contributing/code/conventions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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