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