We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@var
1 parent 85fa88a commit 2996f40Copy full SHA for 2996f40
src/Check/Memcached.php
@@ -69,7 +69,6 @@ public function check()
69
$memcached->addServer($this->host, $this->port);
70
71
$startTime = microtime(true);
72
- /** @var false|array<string, false|array<string, int|string>> $stats */
73
$stats = @$memcached->getStats();
74
$responseTime = microtime(true) - $startTime;
75
0 commit comments