@@ -125,8 +125,12 @@ |
||
| 125 | 125 | try { |
| 126 | 126 | foreach ($generator as $lineNb => $lineString) { |
| 127 | 127 | $node = NodeFactory::get($lineString, $lineNb); |
| 128 | - if ($this->_debug === 1) echo get_class($node)."\n"; |
|
| 129 | - if ($this->needsSpecialProcess($node, $previous)) continue; |
|
| 128 | + if ($this->_debug === 1) { |
|
| 129 | + echo get_class($node)."\n"; |
|
| 130 | + } |
|
| 131 | + if ($this->needsSpecialProcess($node, $previous)) { |
|
| 132 | + continue; |
|
| 133 | + } |
|
| 130 | 134 | $this->attachBlankLines($previous); |
| 131 | 135 | switch ($node->indent <=> $previous->indent) { |
| 132 | 136 | case -1: $target = $previous->getTargetOnLessIndent($node); |