@@ -58,7 +58,7 @@ |
||
58 | 58 | if (!$this->handle($match[1], $match[2]) && $this->getState()) { |
59 | 59 | $output .= $line; |
60 | 60 | } else { |
61 | - $output .= str_replace('@'.$this->getPrefix(), '!'.$this->getPrefix(), $line); |
|
61 | + $output .= str_replace('@' . $this->getPrefix(), '!' . $this->getPrefix(), $line); |
|
62 | 62 | } |
63 | 63 | } else { |
64 | 64 | $output .= $line; |
@@ -153,9 +153,9 @@ |
||
153 | 153 | $commandLineNumber = $lineNumber; |
154 | 154 | } elseif ($command) { |
155 | 155 | if ($lineNumber < count($commentLines) - 1) { |
156 | - $data.= ' ' . $line; |
|
156 | + $data .= ' ' . $line; |
|
157 | 157 | } else { |
158 | - $data.= preg_replace('~\s*\**\/\s*$~', '', $line); |
|
158 | + $data .= preg_replace('~\s*\**\/\s*$~', '', $line); |
|
159 | 159 | } |
160 | 160 | } |
161 | 161 | } |