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