Skip to content

Allow for an object with a __toString method to be a valid string argument

Latest
Compare
Choose a tag to compare
@joshdavis11 joshdavis11 released this 15 Aug 16:24
· 218 commits to master since this release
bc23c96

An object that implements a __toString is a valid argument to a method requiring a string parameter. This release fixes that issue.