Skip to content

Commit 2996f40

Browse files
committed
Removed unnecessary @var annotation
1 parent 85fa88a commit 2996f40

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Check/Memcached.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ public function check()
6969
$memcached->addServer($this->host, $this->port);
7070

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

0 commit comments

Comments
 (0)