Fixing missing docblock error.

This commit is contained in:
Dan Cryer 2015-02-03 11:10:22 +00:00
parent 58e1188bed
commit f1b4c1246b

View file

@ -194,6 +194,10 @@ class Build extends BuildBase
return $rtn;
}
/**
* Returns the commit message for this build.
* @return string
*/
public function getCommitMessage()
{
$rtn = htmlspecialchars($this->data['commit_message']);