Skip to content

Commit 070ce52

Browse files
committed
Update PHPMem.php
1 parent d11b226 commit 070ce52

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/Dashboards/Memcached/PHPMem.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -299,11 +299,4 @@ private function checkCommandEnd(string $command, string $buffer): bool {
299299

300300
return false;
301301
}
302-
303-
/**
304-
* @throws MemcachedException
305-
*/
306-
public function __destruct() {
307-
$this->runCommand('quit');
308-
}
309302
}

0 commit comments

Comments
 (0)