8000 merged branch Maks3w/patch-5 (PR #7151) · symfony/symfony@9f59ac9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9f59ac9

Browse files
committed
merged branch Maks3w/patch-5 (PR #7151)
This PR was submitted for the master branch but it was merged into the 2.1 branch instead (closes #7151). Commits ------- 766e987 Fix docblock type Discussion ---------- Fix docblock type
2 parents e7e61fd + b4b291f commit 9f59ac9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bridge/Twig/Extension/FormExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class FormExtension extends \Twig_Extension
2727
* This property is public so that it can be accessed directly from compiled
2828
* templates without having to call a getter, which slightly decreases performance.
2929
*
30-
* @var \Symfony\Component\Form\FormRendererInterface
30+
* @var TwigRendererInterface
3131
*/
3232
public $renderer;
3333

0 commit comments

Comments
 (0)
0