@@ -76,6 +76,9 @@ |
||
76 | 76 | $this->setBlockText($this->getBlockText() . $value); |
77 | 77 | } |
78 | 78 | |
79 | + /** |
|
80 | + * @param string $value |
|
81 | + */ |
|
79 | 82 | private function setBlockText($value) { |
80 | 83 | $this->transformedTextStack->pop(); |
81 | 84 | $this->transformedTextStack->push($value); |