1
0
mirror of https://github.com/danog/phpdoc.git synced 2024-11-26 12:04:47 +01:00
This commit is contained in:
Daniil Gentili 2020-10-16 11:56:13 +02:00
parent 7890d5ac29
commit dfba7f3961
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7

View File

@ -570,7 +570,7 @@ class PhpDoc
*/
public function getImage(): string
{
return $this->image ? "image: ".$this->image."\n" : '';
return $this->image ? "\nimage: ".$this->image : '';
}
/**