Searched refs:openingIndent (Results 1 – 2 of 2) sorted by relevance
66 protected function normalizeTabContent($content, $openingIndent = '') argument88 if ($openingIndent !== '') {89 $indentLength = strlen($openingIndent);92 if ($line !== '' && strncmp($line, $openingIndent, $indentLength) === 0) {
908 $openingIndent = '';917 $openingIndent = $indentMatches[0] ?? '';921 $body = call_user_func($contentFilter, $body, $openingIndent);