From f4f7a579a5a7da41cbc763f6f41598d702e6b7c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=B3bert=20Kel=C4=8D=C3=A1k?= Date: Tue, 29 Aug 2023 21:25:23 +0200 Subject: [PATCH] Update APCuTrait.php --- src/Dashboards/APCu/APCuTrait.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Dashboards/APCu/APCuTrait.php b/src/Dashboards/APCu/APCuTrait.php index 7cf6467..698238e 100644 --- a/src/Dashboards/APCu/APCuTrait.php +++ b/src/Dashboards/APCu/APCuTrait.php @@ -105,7 +105,6 @@ private function viewKey(): string { return $this->template->render('partials/view_key', [ 'key' => $key, 'value' => $formatted_value, - 'type' => 'string', // Checking the original data type with gettype() can affect performance. 'ttl' => Format::seconds($ttl), 'size' => Format::bytes(strlen($value)), 'encode_fn' => $encode_fn,