Searched refs:tagFormatter (Results 1 – 1 of 1) sorted by relevance
36 protected $tagFormatter = null; variable in phpDocumentor\\Reflection\\DocBlock\\Serializer47 …indent = 0, $indentString = ' ', $indentFirstLine = true, $lineLength = null, $tagFormatter = null) argument53 … Assert::nullOrIsInstanceOf($tagFormatter, 'phpDocumentor\Reflection\DocBlock\Tags\Formatter');59 $this->tagFormatter = $tagFormatter ?: new DocBlock\Tags\Formatter\PassthroughFormatter();143 $tagText = $this->tagFormatter->format($tag);