Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix incorrect argument type for Redis::setex / Redis::setnx #2621

Closed
wants to merge 443 commits into from
Closed

fix incorrect argument type for Redis::setex / Redis::setnx #2621

wants to merge 443 commits into from

Conversation

taka-oyama
Copy link
Contributor

This will change argument type of $value from string to mixed.

This is needed because it's possible to set mixed values in PhpRedis when a serializer is set through Redis::setOption(...).

phpstan-bot and others added 30 commits June 21, 2023 16:44
@phpstan-bot
Copy link
Collaborator

You've opened the pull request against the latest branch 1.11.x. If your code is relevant on 1.10.x and you want it to be released sooner, please rebase your pull request and change its target to 1.10.x.

@taka-oyama taka-oyama changed the base branch from 1.11.x to 1.10.x September 15, 2023 09:12
@taka-oyama taka-oyama closed this by deleting the head repository Sep 21, 2023
@taka-oyama
Copy link
Contributor Author

Resubmit because I had to refork.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants