mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
refactor: Refactor fix php codesniffer 3.x issues (#7816)
We cannot use 3.x because it requires php 5.4, so update to 2.9.1 or newer 2.x release.
This commit is contained in:
committed by
Neil Lathwood
parent
ce913cd8d3
commit
d6db01abb5
@@ -42,4 +42,4 @@ $fields = array (
|
||||
);
|
||||
$tags = compact('name', 'app_id', 'rrd_name', 'rrd_def');
|
||||
data_update($device, 'app', $tags, $fields);
|
||||
unset($lines , $freeswitch, $rrd_name, $rrd_def, $fields, $tags);
|
||||
unset($lines, $freeswitch, $rrd_name, $rrd_def, $fields, $tags);
|
||||
|
||||
Reference in New Issue
Block a user