Miscellaneous cleanup - part 3 (#14450)

* Miscellaneous cleanup - part 3

* Apply fixes from StyleCI
This commit is contained in:
Jellyfrog
2022-10-19 00:34:19 +02:00
committed by GitHub
parent 34a58c3f9f
commit 31a237b114
22 changed files with 39 additions and 35 deletions

View File

@@ -85,7 +85,7 @@ class Boss extends OS implements OSDiscovery, ProcessorDiscovery
zeropad($count),
"Unit $count processor",
1,
$entry['sgProxyCpuCoreBusyPerCent']
$entry['sgProxyCpuCoreBusyPerCent'] ?? null
);
$count++;