Home
last modified time | relevance | path

Searched refs:PassthroughFormatter (Results 1 – 4 of 4) sorted by last modified time

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