We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55d75c7 commit eacc623Copy full SHA for eacc623
src/Release.php
@@ -63,7 +63,7 @@ public function __construct(
63
*/
64
public function previewFormat()
65
{
66
- return implode([$this->_actionDescription(), $this->_releaseName(), $this->notes], "\n\n");
+ return implode("\n\n", [$this->_actionDescription(), $this->_releaseName(), $this->notes]);
67
}
68
69
/**
0 commit comments