Fixing missing docblock error.
This commit is contained in:
parent
58e1188bed
commit
f1b4c1246b
1 changed files with 4 additions and 0 deletions
|
|
@ -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']);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue