We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21c3667 commit 0c15eb9Copy full SHA for 0c15eb9
src/phpDocumentor/Reflection/DocBlock/Tag/SourceTag.php
@@ -45,7 +45,6 @@ class SourceTag extends Tag
45
public function __construct($type, $content, DocBlock $docblock = null)
46
{
47
parent::__construct($type, $content, $docblock);
48
- $content = preg_split('/[\ \t]+/u', $this->description, 2);
49
if (preg_match(
50
'/^([1-9]\d*)\s*(?:([1-9]\d*)\s+)?(.*)$/su',
51
$this->description,
0 commit comments