| 1 | <?php | ||
| 10 | class GithubCommitStateFactory | ||
| 11 | { | ||
| 12 | /** | ||
| 13 | * @param $githubCommitStateTest | ||
| 14 | * | ||
| 15 | * @throws Exception | ||
| 16 | * | ||
| 17 | * @return GithubCommitErrorState|GithubCommitFailureState|GithubCommitPendingState|GithubCommitSuccessState | ||
| 18 | */ | ||
| 19 | public static function create($githubCommitStateTest) | ||
| 33 | } | ||
| 34 |