Home
last modified time | relevance | path

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

/PHP-Parser/lib/PhpParser/
H A DPrettyPrinterAbstract.php114 private bool $useTabs; variable in PhpParser\\PrettyPrinterAbstract
207 $this->useTabs = true;
210 $this->useTabs = false;
233 if ($this->useTabs) {

Completed in 6 milliseconds