http-message icon indicating copy to clipboard operation
http-message copied to clipboard

replace magic __toString method with toString

Open p4veI opened this issue 4 years ago • 3 comments

What if we've replaced the magic __toString method with a regular toString method, would make the usage nicer.

p4veI avatar Apr 13 '21 11:04 p4veI

👎 Newer PHP does allow this method to throw an exception.

GrahamCampbell avatar May 01 '21 13:05 GrahamCampbell

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.

ADmad avatar Sep 08 '21 12:09 ADmad

What about adding the method then?

p4veI avatar Sep 09 '21 20:09 p4veI