1 | <?php |
||
9 | class SendCommentService |
||
10 | { |
||
11 | /** |
||
12 | * @var Client |
||
13 | */ |
||
14 | private $client; |
||
15 | /** |
||
16 | * @var DiffService |
||
17 | */ |
||
18 | private $diffService; |
||
19 | |||
20 | public function __construct(Client $client, DiffService $diffService) |
||
25 | |||
26 | |||
27 | public function sendDifferencesCommentsInCommit(CrapMethodFetcherInterface $cloverFile, CrapMethodFetcherInterface $previousCloverFile, string $projectName, string $commitId, string $gitlabUrl) |
||
47 | } |
||
48 |