mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-12 16:06:25 +02:00
Fix some scrutinizer coding style issues
This commit is contained in:
@@ -653,7 +653,9 @@ function discover_mempool(&$valid, $device, $index, $type, $descr, $precision='1
|
||||
}
|
||||
else {
|
||||
echo '.';
|
||||
$update_data['mempool_descr'] = $descr;
|
||||
$update_data = array(
|
||||
'mempool_descr' => $descr,
|
||||
);
|
||||
|
||||
if (!empty($entPhysicalIndex)) {
|
||||
$update_data['entPhysicalIndex'] = $entPhysicalIndex;
|
||||
|
||||
Reference in New Issue
Block a user