Searched refs:ws (Results 1 – 1 of 1) sorted by relevance
276 private function getIndent(string $ws, int $tabWidth): int { argument277 $spaces = \substr_count($ws, " ");278 $tabs = \substr_count($ws, "\t");279 assert(\strlen($ws) === $spaces + $tabs);
Completed in 6 milliseconds