Home
last modified time | relevance | path

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

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

Completed in 20 milliseconds