mirror of
https://github.com/danog/phpdoc.git
synced 2024-11-30 04:29:12 +01:00
Bugfix
This commit is contained in:
parent
7890d5ac29
commit
dfba7f3961
@ -570,7 +570,7 @@ class PhpDoc
|
|||||||
*/
|
*/
|
||||||
public function getImage(): string
|
public function getImage(): string
|
||||||
{
|
{
|
||||||
return $this->image ? "image: ".$this->image."\n" : '';
|
return $this->image ? "\nimage: ".$this->image : '';
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user