Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/
H A DSerializer.php36 protected $tagFormatter = null; variable in phpDocumentor\\Reflection\\DocBlock\\Serializer
47 …indent = 0, $indentString = ' ', $indentFirstLine = true, $lineLength = null, $tagFormatter = null) argument
53 … Assert::nullOrIsInstanceOf($tagFormatter, 'phpDocumentor\Reflection\DocBlock\Tags\Formatter');
59 $this->tagFormatter = $tagFormatter ?: new DocBlock\Tags\Formatter\PassthroughFormatter();
143 $tagText = $this->tagFormatter->format($tag);