Predis\Command\SetIntersection::filterArguments PHP Method

filterArguments() protected method

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