You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deprecated function: Return type of Platformsh\Client\Model\ApiResourceBase::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool
#89
Open
kksandr7 opened this issue
Jun 19, 2024
· 0 comments
· May be fixed by #90
Hi, I encountered warnings when using this library with PHP 8.3.
We need to update the implementation of the ArrayAccess interface by adding parameter/return types to match the new method signature of this interface https://php.watch/versions/8.1/internal-method-return-types
The text was updated successfully, but these errors were encountered: