Skip to content

Commit

Permalink
Fix docblock type
Browse files Browse the repository at this point in the history
  • Loading branch information
Maks3w authored and fabpot committed Feb 22, 2013
1 parent e7e61fd commit b4b291f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Symfony/Bridge/Twig/Extension/FormExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class FormExtension extends \Twig_Extension
* This property is public so that it can be accessed directly from compiled
* templates without having to call a getter, which slightly decreases performance.
*
* @var \Symfony\Component\Form\FormRendererInterface
* @var TwigRendererInterface
*/
public $renderer;

Expand Down

0 comments on commit b4b291f

Please sign in to comment.