Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Dec 31, 2011
1 parent 716d002 commit 6c6d91e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -389,7 +389,7 @@ function($v, Reference $ref) use ($container) {
$this->addClassesToCompile(array(
'Symfony\\Bundle\\FrameworkBundle\\Templating\\GlobalVariables',
'Symfony\\Bundle\\FrameworkBundle\\Templating\\EngineInterface',
'Symfony\\Bundle\\FrameworkBundle\\Templating\\StreamingEngineInterface',
'Symfony\\Component\\Templating\\StreamingEngineInterface',
'Symfony\\Component\\Templating\\TemplateNameParserInterface',
'Symfony\\Component\\Templating\\TemplateNameParser',
'Symfony\\Component\\Templating\\EngineInterface',
Expand Down

0 comments on commit 6c6d91e

Please sign in to comment.