@@ -80,7 +80,7 @@ |
||
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]; |