Home
last modified time | relevance | path

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

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

Completed in 9 milliseconds