Completed
Push — 2.0 ( 2e5539...7d686a )
by David
03:27
created
src/Gitlab/BuildService.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -76,7 +76,7 @@
 block discarded – undo
76 76
         return $this->pipelines[$projectName];
77 77
     }
78 78
 
79
-    public function findPipelineByCommit(string $projectName, string $commitId) : ?array
79
+    public function findPipelineByCommit(string $projectName, string $commitId) : ? array
80 80
     {
81 81
         $pipelines = $this->getPipelines($projectName);
82 82
 
Please login to merge, or discard this patch.