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

Objects are passed to iconv causing a warning #10

Closed
alhoqbani opened this issue Jul 9, 2017 · 0 comments
Closed

Objects are passed to iconv causing a warning #10

alhoqbani opened this issue Jul 9, 2017 · 0 comments

Comments

@alhoqbani
Copy link
Owner

Some methods calls, for example, setMode on the Date class will throw a warning causing the test to fail.

This is because setMode is returning the object which is passed to iconv as the third parameters.

For now, iconv should be wrapped on an if statement to be called when the value is string.

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

No branches or pull requests

1 participant