@@ -12,7 +12,7 @@ |
||
12 | 12 | /** |
13 | 13 | * This gets an array of the filters that this extension provides |
14 | 14 | * |
15 | - * @return array |
|
15 | + * @return \Twig_SimpleFilter[] |
|
16 | 16 | */ |
17 | 17 | public function getFilters() |
18 | 18 | { |
@@ -67,6 +67,9 @@ |
||
67 | 67 | } |
68 | 68 | } |
69 | 69 | |
70 | + /** |
|
71 | + * @param string $name |
|
72 | + */ |
|
70 | 73 | private function blockBegin($name, $attributes) |
71 | 74 | { |
72 | 75 | $this->transformedTextStack->push(""); |