8000 Fix docblock type · symfony/symfony@b4b291f · GitHub
[go: up one dir, main page]

Skip to content

Commit b4b291f

Browse files
Maks3wfabpot
authored andcommitted
Fix docblock type
1 parent e7e61fd commit b4b291f

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