mirror of
https://github.com/php-win-ext/php-memcached.git
synced 2026-03-24 00:52:18 +01:00
Remove unused arg
This commit is contained in:
@@ -67,7 +67,7 @@ function memc_create_combinations ($name, $serializer, $ignore_object_type = fal
|
||||
);
|
||||
}
|
||||
|
||||
function memc_get_version($memc, $host = '') {
|
||||
function memc_get_version($memc) {
|
||||
$version = $memc->getVersion();
|
||||
return array_pop($version);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user