mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Fix some scrutinizer coding style issues
This commit is contained in:
@@ -733,6 +733,7 @@ function updateXML(&$output, &$rra) {
|
||||
}
|
||||
|
||||
function removeComments(&$output) {
|
||||
$new_array = array();
|
||||
if (sizeof($output)) {
|
||||
foreach($output as $line) {
|
||||
$line = trim($line);
|
||||
|
Reference in New Issue
Block a user