mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-18 01:57:13 +00:00
Fixed method call.
Related to https://github.com/phpDocumentor/phpDocumentor2/pull/1145
This commit is contained in:
@@ -56,7 +56,7 @@ class ExampleTag extends SourceTag
|
|||||||
$filePath = '"' . $this->filePath . '"';
|
$filePath = '"' . $this->filePath . '"';
|
||||||
}
|
}
|
||||||
|
|
||||||
$this->content = $filePath . ' ' . $this->getContent();
|
$this->content = $filePath . ' ' . parent::getContent();
|
||||||
}
|
}
|
||||||
|
|
||||||
return $this->content;
|
return $this->content;
|
||||||
|
|||||||
Reference in New Issue
Block a user