Searched refs:indentString (Results 1 – 1 of 1) sorted by relevance
135 private function indentString(string $str): string { function in PhpParser\\PrettyPrinter\\Standard153 $value = $shouldIdent ? $this->indentString($node->value) : $node->value;1081 $escaped = $this->indentString($escaped);
Completed in 8 milliseconds