Home
last modified time | relevance | path

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

/PHP-Parser/lib/PhpParser/
H A DPrettyPrinterAbstract.php165 protected array $emptyListInsertionMap; variable in PhpParser\\PrettyPrinterAbstract
997 if (!isset($this->emptyListInsertionMap[$mapKey])) {
1001 list($findToken, $extraLeft, $extraRight) = $this->emptyListInsertionMap[$mapKey];
1605 if (isset($this->emptyListInsertionMap)) {
1612 $this->emptyListInsertionMap = [

Completed in 8 milliseconds