Apply fixes from StyleCI (#15698)

Co-authored-by: StyleCI Bot <bot@styleci.io>
This commit is contained in:
Jellyfrog
2024-01-05 05:39:12 +01:00
committed by GitHub
parent 58becd9ea2
commit 071ca9bc2a
615 changed files with 4562 additions and 4554 deletions

View File

@@ -43,7 +43,7 @@ abstract class DeviceOverviewHook
{
return [
'title' => __CLASS__,
'device' => $device,
'device' => $device,
];
}

View File

@@ -45,7 +45,7 @@ abstract class PortTabHook implements Hook
{
return [
'title' => __CLASS__,
'port' => $port,
'port' => $port,
];
}