| 1 | <?php | ||
| 10 | class GithubCommitStatusStateFactory | ||
| 11 | { | ||
| 12 | /** | ||
| 13 | * @param $githubCommitStatusStateTest | ||
| 14 | * | ||
| 15 | * @throws Exception | ||
| 16 | * | ||
| 17 | * @return GithubCommitStatusErrorState|GithubCommitStatusFailureState|GithubCommitStatusPendingState|GithubCommitStatusSuccessState | ||
| 18 | */ | ||
| 19 | public static function create($githubCommitStatusStateTest) | ||
| 33 | } | ||
| 34 |