Skip to content

Commit 37b7a5e

Browse files
committed
minor symfony#11707 Update conventions.rst (nicolas-grekas)
This PR was merged into the 3.4 branch. Discussion ---------- Update conventions.rst Commits ------- 22e5827 Update conventions.rst
2 parents 1107068 + 22e5827 commit 37b7a5e

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)