Home
last modified time | relevance | path

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

/PHP-Parser/lib/PhpParser/
H A DPrettyPrinterAbstract.php142 protected array $fixupMap; variable in PhpParser\\PrettyPrinterAbstract
641 $fixupInfo = $this->fixupMap[$class] ?? null;
1318 if (isset($this->fixupMap)) {
1322 $this->fixupMap = [
1378 $this->fixupMap[$binaryOp] = [
1396 $this->fixupMap[$prefixOp] = ['expr' => self::FIXUP_PREC_UNARY];

Completed in 8 milliseconds