Skip to content

Commit 0c15eb9

Browse files
committed
Removed redundant preg_split from SourceTag (mistakenly pasted from ReturnTag).
1 parent 21c3667 commit 0c15eb9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/phpDocumentor/Reflection/DocBlock/Tag/SourceTag.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ class SourceTag extends Tag
4545
public function __construct($type, $content, DocBlock $docblock = null)
4646
{
4747
parent::__construct($type, $content, $docblock);
48-
$content = preg_split('/[\ \t]+/u', $this->description, 2);
4948
if (preg_match(
5049
'/^([1-9]\d*)\s*(?:([1-9]\d*)\s+)?(.*)$/su',
5150
$this->description,

0 commit comments

Comments
 (0)