Home
last modified time | relevance | path

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

/PHP-Parser/lib/PhpParser/
H A DPrettyPrinterAbstract.php467 * @param bool $trailingComma Whether to use a trailing comma
471 protected function pCommaSeparatedMultiline(array $nodes, bool $trailingComma): string { argument
487 if ($trailingComma || $idx !== $lastIdx) {
/PHP-Parser/lib/PhpParser/PrettyPrinter/
H A DStandard.php1159 protected function pMaybeMultiline(array $nodes, bool $trailingComma = false): string { argument
1163 return $this->pCommaSeparatedMultiline($nodes, $trailingComma) . $this->nl;

Completed in 22 milliseconds