@@ -47,7 +47,7 @@ |
||
47 | 47 | $lineno = $token->getLine(); |
48 | 48 | $stream = $this->parser->getStream(); |
49 | 49 | |
50 | - $name = $this->parser->getExpressionParser()->parseExpression(); |
|
50 | + $name = $this->parser->getExpressionParser()->parseExpression(); |
|
51 | 51 | |
52 | 52 | $parameters = null; |
53 | 53 | if ($stream->nextIf(\Twig_Token::NAME_TYPE, 'with')) { |
@@ -23,8 +23,8 @@ |
||
23 | 23 | |
24 | 24 | public function setUp() |
25 | 25 | { |
26 | - $widgetEntity = new Widget(); |
|
27 | - $widgetEntity->setId(1); |
|
26 | + $widgetEntity = new Widget(); |
|
27 | + $widgetEntity->setId(1); |
|
28 | 28 | $widgetEntity->setParameters(['html_body' => 'simple html body']); |
29 | 29 | |
30 | 30 | $this->widget = new HtmlWidget($widgetEntity); |