Home
last modified time | relevance | path

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

/PHP-Parser/lib/PhpParser/
H A DPrettyPrinterAbstract.php461 * @param string $glue Character to implode with
465 protected function pImplode(array $nodes, string $glue = ''): string { argument
475 return implode($glue, $pNodes);

Completed in 11 milliseconds