We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97996be commit 04a3450Copy full SHA for 04a3450
src/Exporter/Image.php
@@ -45,7 +45,7 @@ public function export(NodeInterface $node): string
45
46
file_put_contents($tmp, (new Gv())->export($node));
47
48
- return shell_exec($this->getConvertCommand($tmp));
+ return (string) shell_exec($this->getConvertCommand($tmp));
49
}
50
51
/**
0 commit comments