diff --git a/src/phpDocumentor/Reflection/DocBlock/Tag/SourceTag.php b/src/phpDocumentor/Reflection/DocBlock/Tag/SourceTag.php index 09b4612..712c3d1 100644 --- a/src/phpDocumentor/Reflection/DocBlock/Tag/SourceTag.php +++ b/src/phpDocumentor/Reflection/DocBlock/Tag/SourceTag.php @@ -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,