Home
last modified time | relevance | path

Searched refs:indentString (Results 1 – 1 of 1) sorted by relevance

/PHP-Parser/lib/PhpParser/PrettyPrinter/
H A DStandard.php135 private function indentString(string $str): string { function in PhpParser\\PrettyPrinter\\Standard
153 $value = $shouldIdent ? $this->indentString($node->value) : $node->value;
1081 $escaped = $this->indentString($escaped);

Completed in 10 milliseconds