Skip to content

Commit 5e12d74

Browse files
committed
minor symfony#10188 [TwigBundle] added missing @deprecated tag (fabpot)
This PR was submitted for the 2.3-dev branch but it was merged into the 2.3 branch instead (closes symfony#10188). Discussion ---------- [TwigBundle] added missing @deprecated tag Commits ------- ee08582 [TwigBundle] added missing @deprecated tag
2 parents 7a11908 + fefd4df commit 5e12d74

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Symfony/Bundle/TwigBundle/Extension/ActionsExtension.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
* Twig extension for Symfony actions helper
1919
*
2020
* @author Fabien Potencier <[email protected]>
21+
*
22+
* @deprecated Deprecated in 2.2, to be removed in 3.0.
2123
*/
2224
class ActionsExtension extends \Twig_Extension
2325
{

0 commit comments

Comments
 (0)