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

Casts object to string before passing to collection #7

Closed

Conversation

jacobemerick
Copy link
Contributor

Casts object of type phootwork\lang\Text to string before passing
off to phootwork\collection\Map::set(). This method expects a
string and, when given an object, errors with offset warning
(silly arrays, amirite?)

Casts object of type phootwork\lang\Text to string before passing
off to phootwork\collection\Map::set(). This method expects a
string and, when given an object, errors with offset warning
(silly arrays, amirite?)
@gossi
Copy link
Collaborator

gossi commented Aug 9, 2016

Aaaah, good catch. Definitely a bug. I see if I'll probably fix this here or over at phootwork\collection - thanks.

@gossi
Copy link
Collaborator

gossi commented Nov 16, 2016

I fixed this over at phootwork\collection with version 1.4.1. Thanks for the report and the patience :)

@gossi gossi closed this Nov 16, 2016
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