typesense / typesense-php

PHP client for Typesense: https://github.com/typesense/typesense
Apache License 2.0
184 stars 35 forks source link

Warning : deprecated code #23

Closed jeanmatthieud closed 2 years ago

jeanmatthieud commented 2 years ago

Description

When loading the client:

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 [snip]/vendor/typesense/typesense-php/src/Aliases.php on line 100

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

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

Metadata

Typsense Version: Latest

OS: Windows

PHP: 8.1