diff --git a/PHPCI/Model/Build.php b/PHPCI/Model/Build.php index b5928cfe..5561d51e 100644 --- a/PHPCI/Model/Build.php +++ b/PHPCI/Model/Build.php @@ -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']);