Skip to content

Commit a1577d7

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Check/Memcached.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,7 @@ public function check()
6868
$memcached = new MemcachedService();
6969
$memcached->addServer($this->host, $this->port);
7070

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

0 commit comments

Comments
 (0)