Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/
H A DSerializer.php30 protected $isFirstLineIndented = true; variable in phpDocumentor\\Reflection\\DocBlock\\Serializer
57 $this->isFirstLineIndented = $indentFirstLine;
72 $firstIndent = $this->isFirstLineIndented ? $indent : '';