@@ -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); |
@@ -54,8 +54,7 @@ |
||
| 54 | 54 | |
| 55 | 55 | if(count($this->transformedTextStack)) { |
| 56 | 56 | $this->appendBlockText($blockContent); |
| 57 | - } |
|
| 58 | - else { |
|
| 57 | + } else { |
|
| 59 | 58 | $this->text .= $blockContent; |
| 60 | 59 | } |
| 61 | 60 | } |