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 #10215 - Redis::hMset parameter too strict #2793

Merged
merged 1 commit into from
Nov 29, 2023

Conversation

Vaalyn
Copy link
Contributor

@Vaalyn Vaalyn commented Nov 28, 2023

This PR fixes the 2nd problem reported in the issue #10215 where the fieldvals parameter for the Redis::hMset is too strict since int keys are automatically casted to strings in PhpRedis.

@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.

@Vaalyn Vaalyn changed the base branch from 1.11.x to 1.10.x November 28, 2023 15:07
@ondrejmirtes ondrejmirtes merged commit bed73a3 into phpstan:1.10.x Nov 29, 2023
425 of 428 checks passed
@ondrejmirtes
Copy link
Member

Thank you.

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

Successfully merging this pull request may close these issues.

3 participants