diff --git a/module/gitlab/model.php b/module/gitlab/model.php index 4cf23b92f3..9c8faa305d 100644 --- a/module/gitlab/model.php +++ b/module/gitlab/model.php @@ -1552,10 +1552,7 @@ class gitlabModel extends model } $tags = array(); - foreach($allResults as $tag) - { - $tags[$tag->name] = $tag; - } + foreach($allResults as $tag) $tags[$tag->name] = $tag; return $tags; }