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
Hi!
After upgrading PHP to version 8 I've started getting an error:
Fatal error: Uncaught TypeError: array_key_exists(): Argument #2 ($array) must be of type array, stdClass given in /app/vendor/sergeyfast/eazy-jsonrpc/src/EazyJsonRpc/BaseJsonRpcServer.php on line 244
Hi!
After upgrading PHP to version 8 I've started getting an error:
eazy-jsonrpc/src/EazyJsonRpc/BaseJsonRpcServer.php
Line 244 in ba6072b
I was able to make it work just replacing
array_key_exists
call to the following one:Thank you 🙌
The text was updated successfully, but these errors were encountered: