Fix docblock type

This commit is contained in:
Maks 2013-02-22 06:24:17 +01:00 committed by Fabien Potencier
parent e7e61fdcc9
commit b4b291feb0

View File

@ -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;