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 operator precedence in connection factory #1405

Merged
merged 1 commit into from
Sep 26, 2023

Conversation

TobiasBengtsson
Copy link
Contributor

&& binds tighter than ?? so a parentheses is needed for desired result

&& binds tighter than ?? so a parentheses is needed for desired result
@coveralls
Copy link

Coverage Status

coverage: 80.208%. remained the same when pulling 51cddb0 on TobiasBengtsson:patch-1 into 577bd39 on predis:v2.x.

@tillkruss tillkruss self-assigned this Sep 26, 2023
@tillkruss tillkruss added the bug label Sep 26, 2023
@tillkruss tillkruss merged commit 5c8b19e into predis:v2.x Sep 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

3 participants