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

Add `mixed` type declaration to deprecated `ArrayAccess::offsetGet()`

Open tacman opened this issue 10 months ago • 0 comments

User Deprecated: Method "ArrayAccess::offsetGet()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Meilisearch\Contracts\Data" now to avoid errors or add an explicit @return annotation to suppress this message.

I'll submit a PR to add mixed.

tacman avatar Feb 23 '25 15:02 tacman