@@ -45,7 +45,7 @@ |
||
45 | 45 | |
46 | 46 | $gitlab = $project->getClient(); |
47 | 47 | $pager = new ResultPager($gitlab); |
48 | - foreach ($pager->fetchall($gitlab->tags, 'all', [ $project->id ]) as $tagData) { |
|
48 | + foreach ($pager->fetchall($gitlab->tags, 'all', [$project->id]) as $tagData) { |
|
49 | 49 | try { |
50 | 50 | $this->registerTag(Tag::fromArray($gitlab, $project, $tagData)); |
51 | 51 |