Completed
Push — 1.0 ( 547c0a...b44cc9 )
by David
02:27
created
src/Gitlab/SendCommentService.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -59,7 +59,7 @@
 block discarded – undo
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(),
Please login to merge, or discard this patch.