Home
last modified time | relevance | path

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

/PHP-Parser/lib/PhpParser/
H A DPrettyPrinterAbstract.php132 protected array $fixupMap; variable in PhpParser\\PrettyPrinterAbstract
613 $fixupInfo = $this->fixupMap[$class] ?? null;
1287 if (isset($this->fixupMap)) {
1291 $this->fixupMap = [
1347 $this->fixupMap[$binaryOp] = [
1365 $this->fixupMap[$prefixOp] = ['expr' => self::FIXUP_PREC_UNARY];

Completed in 9 milliseconds