Skip to content

Commit 22e5827

Browse files
Update conventions.rst
1 parent a7be68a commit 22e5827

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contributing/code/conventions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ between the namespace and the use declarations, like in this example from
125125
/**
126126
* @author Adrien Brault <adrien.brault@gmail.com>
127127
*
128-
* @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.
128+
* @deprecated since Symfony 3.2, to be removed in 4.0. Use the Symfony\Component\Cache\Adapter\ArrayAdapter class instead.
129129
*/
130130
class ArrayParserCache implements ParserCacheInterface
131131

0 commit comments

Comments
 (0)