Home
last modified time | relevance | path

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

/PHP-Parser/lib/PhpParser/PrettyPrinter/
H A DStandard.php667 . $this->pCommaSeparatedMultiline($node->arms, true)
1178 return $this->pCommaSeparatedMultiline($nodes, $trailingComma) . $this->nl;
/PHP-Parser/lib/PhpParser/
H A DPrettyPrinterAbstract.php499 protected function pCommaSeparatedMultiline(array $nodes, bool $trailingComma): string { function in PhpParser\\PrettyPrinterAbstract

Completed in 18 milliseconds