Exemplo n.º 1
0
 protected function pStmts(array $nodes, $indent = true)
 {
     $indent;
     $result = parent::pStmts($nodes, false);
     return preg_replace('~\\n(?!$|' . $this->noIndentToken . ')~', "", $result);
 }