@@ -165,7 +165,7 @@ |
||
165 | 165 | return $this; |
166 | 166 | } |
167 | 167 | return $this->lineByLine() |
168 | - ->bubbleSections() |
|
168 | + ->bubbleSections() |
|
169 | 169 | ; |
170 | 170 | } |
171 | 171 |
@@ -36,8 +36,8 @@ |
||
36 | 36 | public function open():string |
37 | 37 | { |
38 | 38 | return $this->htmlComment ? |
39 | - '<!--'.str_replace('-->','--'.chr(0xC).'>',substr($this->line->getContent(),1)): |
|
40 | - '<?php /* '.substr($this->line->getContent(),2); |
|
39 | + '<!--'.str_replace('-->','--'.chr(0xC).'>',substr($this->line->getContent(),1)): |
|
40 | + '<?php /* '.substr($this->line->getContent(),2); |
|
41 | 41 | } |
42 | 42 | |
43 | 43 | /** |