Skip to content
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

Fix: If result value is array return warning #2

Closed
wants to merge 1 commit into from

Conversation

vonhamster
Copy link

No description provided.

…type);" return warning (isset try to search array as key)
@digitaldonkey
Copy link
Owner

Can you please provide a description of the problem your pull request intends to fix.

@vonhamster
Copy link
Author

If result is array (e.g. eth_accounts) - return warning:
method EthDataTypePrimitive::typeMap($return_type) has array as argument instead string, and then isset($map[$type]) try to using $type=array as key of $map array.

Sorry for my eng.

digitaldonkey added a commit that referenced this pull request Dec 14, 2017
@digitaldonkey
Copy link
Owner

Fixed in dev.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants