Exemplo n.º 1
0
 /**
  * @return int
  */
 public function getStateColor()
 {
     return GithubCommitStatusState::getColor((int) $this->state);
 }