Home
last modified time | relevance | path

Searched defs:tabWidth (Results 1 – 2 of 2) sorted by relevance

/PHP-Parser/lib/PhpParser/Internal/
H A DTokenStream.php23 public function __construct(array $tokens, int $tabWidth) {
251 private function calcIndentMap(int $tabWidth): array {
276 private function getIndent(string $ws, int $tabWidth): int {
/PHP-Parser/lib/PhpParser/
H A DPrettyPrinterAbstract.php116 private int $tabWidth = 4; variable in PhpParser\\PrettyPrinterAbstract

Completed in 8 milliseconds