Predis\Command\SetRemove::filterArguments PHP Méthode

filterArguments() protected méthode

protected filterArguments ( array $arguments )
$arguments array
    protected function filterArguments(array $arguments)
    {
        return self::normalizeVariadic($arguments);
    }