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 a1577d7Copy full SHA for a1577d7
src/Check/Memcached.php
@@ -68,8 +68,7 @@ public function check()
68
$memcached = new MemcachedService();
69
$memcached->addServer($this->host, $this->port);
70
71
- $startTime = microtime(true);
72
- /** @var false|array<string, false|array<string, int|string>> $stats */
+ $startTime = microtime(true);
73
$stats = @$memcached->getStats();
74
$responseTime = microtime(true) - $startTime;
75
0 commit comments