示例#1
0
 /**
  * Returns the date of the latter (--to) commit, in the format YYYY-MM-DD.
  * @return string
  */
 public function getToDate()
 {
     return $this->vcs->getToDate();
 }