Home
last modified time | relevance | path

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

/PHP-Parser/lib/PhpParser/
H A DPrettyPrinterAbstract.php159 protected array $modifierChangeMap; variable in PhpParser\\PrettyPrinterAbstract
645 if (!isset($this->modifierChangeMap[$key])) {
649 [$printFn, $findToken] = $this->modifierChangeMap[$key];
1633 if (isset($this->modifierChangeMap)) {
1637 $this->modifierChangeMap = [

Completed in 8 milliseconds