Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/
H A DDescription.php16 use phpDocumentor\Reflection\DocBlock\Tags\Formatter\PassthroughFormatter; alias
94 $formatter = new PassthroughFormatter();
H A DSerializer.php59 $this->tagFormatter = $tagFormatter ?: new DocBlock\Tags\Formatter\PassthroughFormatter();
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Formatter/
H A DPassthroughFormatter.php18 class PassthroughFormatter implements Formatter class
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/
H A DBaseTag.php47 $formatter = new Formatter\PassthroughFormatter();