Skip to content

when $bin is set in the constructor, the code fails #3

Description

@ddpv

When bin is set, the code goes through some code where instead of using the function parameter, it uses func_get_args. It then however gets all the parameters, including the first one, the predis object and tries to process that as a string. This fails.

I have fixed it locally to just bypass this logic and and just assign $bin to $this->bin directly.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions