diff --git a/src/phpDocumentor/Reflection/DocBlock/Tag/ExampleTag.php b/src/phpDocumentor/Reflection/DocBlock/Tag/ExampleTag.php index 9173de4..0e163ea 100644 --- a/src/phpDocumentor/Reflection/DocBlock/Tag/ExampleTag.php +++ b/src/phpDocumentor/Reflection/DocBlock/Tag/ExampleTag.php @@ -56,7 +56,7 @@ class ExampleTag extends SourceTag $filePath = '"' . $this->filePath . '"'; } - $this->content = $filePath . ' ' . $this->getContent(); + $this->content = $filePath . ' ' . parent::getContent(); } return $this->content;