Home
last modified time | relevance | path

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

/PHP-Parser/lib/PhpParser/
H A DPrettyPrinterAbstract.php169 protected array $modifierChangeMap; variable in PhpParser\\PrettyPrinterAbstract
673 if (!isset($this->modifierChangeMap[$key])) {
677 [$printFn, $findToken] = $this->modifierChangeMap[$key];
1670 if (isset($this->modifierChangeMap)) {
1674 $this->modifierChangeMap = [

Completed in 9 milliseconds