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

Typesense\Aliases::offsetGet deprecated with PHP 8.1

Open piolet opened this issue 2 years ago • 2 comments

Description

Hi all,

I Upgrade Php 8.0 to 8.1, and i have now this warning

Deprecated: Return type of Typesense\Aliases::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /.../vendor/typesense/typesense-php/src/Aliases.php on line 100

Metadata

Typsense Version: typesense/typesense:0.22.2

OS: Mac OS

piolet avatar Mar 20 '22 09:03 piolet

@piolet It is duplicate https://github.com/typesense/typesense-php/issues/23 Fix already in master. You can use "dev-master" as a version in composer.json

mrVrAlex avatar Mar 24 '22 14:03 mrVrAlex

Thank you!

mkarnicki avatar May 24 '22 13:05 mkarnicki