mirror of
https://github.com/danog/phpdoc.git
synced 2024-11-26 12:04:47 +01:00
Bugfix
This commit is contained in:
parent
7890d5ac29
commit
dfba7f3961
@ -570,7 +570,7 @@ class PhpDoc
|
||||
*/
|
||||
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