Skip to content

Commit

Permalink
Removed unnecessary @var annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocramius committed Dec 13, 2022
1 parent 85fa88a commit 2996f40
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Check/Memcached.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ public function check()
$memcached->addServer($this->host, $this->port);

$startTime = microtime(true);
/** @var false|array<string, false|array<string, int|string>> $stats */
$stats = @$memcached->getStats();
$responseTime = microtime(true) - $startTime;

Expand Down

0 comments on commit 2996f40

Please sign in to comment.