php-redisearch icon indicating copy to clipboard operation
php-redisearch copied to clipboard

Deprecation Warning

Open inpresif opened this issue 2 years ago • 5 comments

Deprecated: Return type of MacFJA\RediSearch\Redis\Response\PaginatedResponse::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/html/vendor/macfja/redisearch/src/Redis/Response/PaginatedResponse.php on line 69

Deprecated: Return type of MacFJA\RediSearch\Redis\Response\PaginatedResponse::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/html/vendor/macfja/redisearch/src/Redis/Response/PaginatedResponse.php on line 104

Deprecated: Return type of MacFJA\RediSearch\Redis\Response\PaginatedResponse::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/html/vendor/macfja/redisearch/src/Redis/Response/PaginatedResponse.php on line 113

Deprecated: Return type of MacFJA\RediSearch\Redis\Response\PaginatedResponse::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/html/vendor/macfja/redisearch/src/Redis/Response/PaginatedResponse.php on line 136

HTH.

inpresif avatar Feb 21 '23 20:02 inpresif

Which version of PHP are you running ?

MacFJA avatar Feb 21 '23 20:02 MacFJA

PHP Version 8.1.12

inpresif avatar Feb 21 '23 20:02 inpresif

If I add this (as per the error message suggestion for PHP8 annotation), the errors go away... image

Disclaimer: this is my patchwork, no idea if this is how it's supposed to be.

EDIT: Actually, I did it differently for the other 3 warnings by setting the return type: image

inpresif avatar Feb 21 '23 21:02 inpresif

Any update for this issue?

jeitnier avatar Aug 16 '23 20:08 jeitnier

Any update?

gspirov avatar Nov 06 '23 11:11 gspirov