mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-19 19:15:22 +00:00
mfc: style sweep
This commit is contained in:
parent
a76a4ff21c
commit
aec970624a
@ -119,7 +119,7 @@ class FilterRuleContainerField extends ContainerField
|
||||
if (static::$ifgroups === null) {
|
||||
static::$ifgroups = [];
|
||||
foreach ((new Group())->ifgroupentry->iterateItems() as $node) {
|
||||
if ( !empty((string)$node->sequence)) {
|
||||
if (!empty((string)$node->sequence)) {
|
||||
static::$ifgroups[(string)$node->ifname] = (int)((string)$node->sequence);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user