-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fails under PHP 8.1 #52
Comments
public function offsetExists($offset): bool
|
Fixed by #55 and released in 2.9.0. Can you close this @judgej or @matthew-inamdar? |
Never used I'll close this issue now as it looks good and passes the tests. Not tried it myself yet, but trust it's fixed :-) |
PHP deprecation warnings raised:
Similar for the other
ArrayAccess
methods that do not adhere to the PHP 8/1 interface defined hereThe text was updated successfully, but these errors were encountered: