mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Apply fixes from StyleCI (#15698)
Co-authored-by: StyleCI Bot <bot@styleci.io>
This commit is contained in:
@@ -43,7 +43,7 @@ abstract class DeviceOverviewHook
|
||||
{
|
||||
return [
|
||||
'title' => __CLASS__,
|
||||
'device' => $device,
|
||||
'device' => $device,
|
||||
];
|
||||
}
|
||||
|
||||
|
@@ -45,7 +45,7 @@ abstract class PortTabHook implements Hook
|
||||
{
|
||||
return [
|
||||
'title' => __CLASS__,
|
||||
'port' => $port,
|
||||
'port' => $port,
|
||||
];
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user