mirror of
https://github.com/phabelio/PHP-Parser.git
synced 2025-01-22 13:21:12 +01:00
Remove leftover property intialization in pretty printer (#416)
This commit is contained in:
parent
69ed40e401
commit
4f8f773b9f
@ -124,7 +124,6 @@ abstract class PrettyPrinterAbstract
|
||||
* @param array $options Dictionary of formatting options
|
||||
*/
|
||||
public function __construct(array $options = []) {
|
||||
$this->noIndentToken = '_NO_INDENT_' . mt_rand();
|
||||
$this->docStringEndToken = '_DOC_STRING_END_' . mt_rand();
|
||||
|
||||
$defaultOptions = ['shortArraySyntax' => false];
|
||||
|
Loading…
x
Reference in New Issue
Block a user