1 | <?php |
||
10 | class GithubCommitStatusId implements Identifier |
||
11 | { |
||
12 | /** |
||
13 | * @var |
||
14 | */ |
||
15 | private $githubCommitStatusId; |
||
16 | |||
17 | /** |
||
18 | * CommitStatusId constructor. |
||
19 | * |
||
20 | * @param $githubCommitStatusId |
||
21 | */ |
||
22 | public function __construct($githubCommitStatusId) |
||
26 | |||
27 | /** |
||
28 | * @return string |
||
29 | */ |
||
30 | public function __toString() |
||
34 | } |
||
35 |