Removed redundant preg_split from SourceTag (mistakenly pasted from ReturnTag).

This commit is contained in:
Vasil Rangelov
2012-11-17 17:32:48 +02:00
parent 21c36677ab
commit 0c15eb99f5
@@ -45,7 +45,6 @@ class SourceTag extends Tag
public function __construct($type, $content, DocBlock $docblock = null)
{
parent::__construct($type, $content, $docblock);
$content = preg_split('/[\ \t]+/u', $this->description, 2);
if (preg_match(
'/^([1-9]\d*)\s*(?:([1-9]\d*)\s+)?(.*)$/su',
$this->description,