Home
last modified time | relevance | path

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

/PHP-Parser/lib/PhpParser/Internal/
H A DTokenStream.php261 $indent = $this->getIndent(\substr($content, $newlinePos + 1), $tabWidth);
265 $indent = $this->getIndent($content, $tabWidth);
276 private function getIndent(string $ws, int $tabWidth): int { function in PhpParser\\Internal\\TokenStream

Completed in 1323 milliseconds