@@ -123,6 +123,7 @@ |
||
| 123 | 123 | * Check if string is JSON |
| 124 | 124 | * |
| 125 | 125 | * @param string |
| 126 | + * @param string $string |
|
| 126 | 127 | * |
| 127 | 128 | * @return bool |
| 128 | 129 | */ |
@@ -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')) { |
@@ -134,7 +134,7 @@ |
||
| 134 | 134 | /** |
| 135 | 135 | * Gets the value of type. |
| 136 | 136 | * |
| 137 | - * @return integer |
|
| 137 | + * @return string |
|
| 138 | 138 | */ |
| 139 | 139 | public function getType() |
| 140 | 140 | { |