@@ -59,7 +59,7 @@ |
||
59 | 59 | $differences = $this->diffService->getMeaningfulDifferences($cloverFile, $previousCloverFile); |
60 | 60 | |
61 | 61 | foreach ($differences as $difference) { |
62 | - $note = $this->getDifferencesHtml([ $difference ], $commitId, $gitlabUrl, $projectName); |
|
62 | + $note = $this->getDifferencesHtml([$difference], $commitId, $gitlabUrl, $projectName); |
|
63 | 63 | |
64 | 64 | $this->client->repositories->createCommitComment($projectName, $commitId, $note, [ |
65 | 65 | 'path' => $difference->getFile(), |