Skip to content

Commit

Permalink
Update APCuTrait.php
Browse files Browse the repository at this point in the history
  • Loading branch information
RobiNN1 committed Aug 29, 2023
1 parent d598975 commit f4f7a57
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Dashboards/APCu/APCuTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit f4f7a57

Please sign in to comment.