Completed
Pull Request — 2.0 (#21)
by David
07:39
created
src/Gitlab/BuildService.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -80,7 +80,7 @@
 block discarded – undo
80 80
         if (!isset($this->pipelines[$projectName])) {
81 81
             $pager = new ResultPager($this->client);
82 82
             $this->pipelines[$projectName] = $pager->fetchAll($this->client->api('projects'), 'pipelines',
83
-                [ $projectName ]
83
+                [$projectName]
84 84
             );
85 85
         }
86 86
         return $this->pipelines[$projectName];
Please login to merge, or discard this patch.