Skip to content

Commit

Permalink
src: style sweep
Browse files Browse the repository at this point in the history
  • Loading branch information
fichtner committed Nov 22, 2023
1 parent af46866 commit 9e26e00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/opnsense/mvc/app/models/OPNsense/IPsec/Swanctl.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ private function gidToNames($gids)
$mapping[(string)$group->gid] = (string)$group->name;
}
}
foreach (explode(',', $gids) as $gid) {
foreach (explode(',', $gids) as $gid) {
if (!empty($mapping[$gid])) {
$result[] = $mapping[$gid];
}
Expand Down

0 comments on commit 9e26e00

Please sign in to comment.