From 38cd4e723407b0c6c1a610f0086b6c3ebeec3ec6 Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Thu, 10 Nov 2022 16:20:07 +0000 Subject: [PATCH] Apply fixes from StyleCI --- LibreNMS/ObjectCache.php | 1 - 1 file changed, 1 deletion(-) diff --git a/LibreNMS/ObjectCache.php b/LibreNMS/ObjectCache.php index 6f01b10580..20e4837aef 100644 --- a/LibreNMS/ObjectCache.php +++ b/LibreNMS/ObjectCache.php @@ -105,7 +105,6 @@ class ObjectCache implements ArrayAccess return $GLOBALS['_ObjCache'][$this->obj][$obj]['value']; } } - } //end offsetGet()