mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 08:09:41 +00:00
mvc: style sweep
This commit is contained in:
parent
ca5ab79c8d
commit
c4bc519e9a
@ -254,10 +254,10 @@ class InterfaceController extends ApiControllerBase
|
||||
}
|
||||
}
|
||||
$key = sprintf(
|
||||
"%s%s%s",
|
||||
'%s%s%s',
|
||||
$node['address'],
|
||||
!empty($node['path']) ? " - " : "",
|
||||
!empty($node['path']) ? $node['path']: ""
|
||||
!empty($node['path']) ? ' - ' : '',
|
||||
!empty($node['path']) ? $node['path'] : ''
|
||||
);
|
||||
$stats['Active UNIX domain sockets'][$key] = $node;
|
||||
}
|
||||
@ -266,5 +266,4 @@ class InterfaceController extends ApiControllerBase
|
||||
|
||||
return ['statistics' => $stats];
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user