From cd8538158245e553df7777712c42be061b6be03f Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Fri, 13 Feb 2026 17:17:12 +0000 Subject: [PATCH] Apply fixes from StyleCI --- app/Http/Controllers/Device/EditMiscController.php | 1 + includes/html/pages/device/edit.inc.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/app/Http/Controllers/Device/EditMiscController.php b/app/Http/Controllers/Device/EditMiscController.php index d705a7124d25..10062376be5c 100644 --- a/app/Http/Controllers/Device/EditMiscController.php +++ b/app/Http/Controllers/Device/EditMiscController.php @@ -1,4 +1,5 @@ "; } - echo match($type) { + echo match ($type) { 'device' => '$text", 'misc' => '$text", default => generate_link($text, $link_array),