Skip to content

Fix a PHP notice #10

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

Merged
merged 1 commit into from
Aug 15, 2025
Merged

Fix a PHP notice #10

merged 1 commit into from
Aug 15, 2025

Conversation

eiriksm
Copy link
Contributor

@eiriksm eiriksm commented Jul 8, 2025

On PHP >= 8.1 this error might pop up

Deprecated function: explode(): Passing null to parameter #2 ($string) of type string is deprecated in FKRediSearch\Query\Query->searchQueryArgs() (line 466 of /var/www/html/vendor/front/redisearch/src/Query/Query.php)

Luckily there is an easy fix, which is included in this here PR

@eiriksm eiriksm requested a review from fabioneves July 8, 2025 06:43
@eiriksm eiriksm merged commit a14115b into master Aug 15, 2025
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.

2 participants