1 | <?php |
||
9 | class GithubCommitStatusId implements Identifier |
||
10 | { |
||
11 | private $githubCommitStatusId; |
||
12 | |||
13 | /** |
||
14 | * CommitStatusId constructor. |
||
15 | * |
||
16 | * @param $githubCommitStatusId |
||
17 | */ |
||
18 | public function __construct($githubCommitStatusId) |
||
22 | |||
23 | /** |
||
24 | * @return string |
||
25 | */ |
||
26 | public function __toString() |
||
30 | } |
||
31 |