Remove leftover property intialization in pretty printer (#416)

This commit is contained in:
markbook2 2017-09-17 10:25:14 +03:00 committed by Nikita Popov
parent 69ed40e401
commit 4f8f773b9f

View File

@ -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];