mirror of
https://github.com/phabelio/PHP-Parser.git
synced 2025-01-21 21:01:15 +01:00
Fix Stmt_DeclareDeclare pretty printing
This commit is contained in:
parent
df657b703e
commit
527265cdf7
@ -506,7 +506,7 @@ class PHPParser_PrettyPrinter_Zend extends PHPParser_PrettyPrinterAbstract
|
||||
}
|
||||
|
||||
public function pStmt_DeclareDeclare(PHPParser_Node_Stmt_DeclareDeclare $node) {
|
||||
return $node->key . ' = ' . $node->value;
|
||||
return $node->key . ' = ' . $this->p($node->value);
|
||||
}
|
||||
|
||||
// Control flow
|
||||
|
Loading…
x
Reference in New Issue
Block a user