http-message
http-message copied to clipboard
replace magic __toString method with toString
What if we've replaced the magic __toString method with a regular toString method, would make the usage nicer.
👎 Newer PHP does allow this method to throw an exception.
What if we've replaced the magic __toString method with a regular toString method, would make the usage nicer.
:-1: You lose the ability to cast the object to a string by doing so.
What about adding the method then?