Predis\Command\HashDelete::filterArguments PHP Method

filterArguments() protected method

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