mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-18 10:07:12 +00:00
Fixed build fail due to replaced class name
This commit is contained in:
committed by
Mike van Riel
parent
db3f56cfff
commit
75bb275a99
@@ -68,7 +68,7 @@ class Generic extends BaseTag
|
||||
*/
|
||||
public function __toString()
|
||||
{
|
||||
return $this->getName() . ($this->description ? ' ' . $this->description->render() : '');
|
||||
return '@' . $this->getName() . ($this->description ? ' ' . $this->description->render() : '');
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user