diff --git a/src/Barryvdh/Reflection/DocBlock/Tag.php b/src/Barryvdh/Reflection/DocBlock/Tag.php index 62cfe16..99e15c6 100644 --- a/src/Barryvdh/Reflection/DocBlock/Tag.php +++ b/src/Barryvdh/Reflection/DocBlock/Tag.php @@ -409,6 +409,6 @@ class Tag implements \Reflector */ public function __toString() { - return "@{$this->getName()} {$this->getContent()}"; + return trim("@{$this->getName()} {$this->getContent()}"); } }