Closed
Description
Description
Just like the Ramsey class, we just want to print that uid as a string.
Currently, we must use ::toRfc4122()
which every time makes me wonder "what is rfc 4122? I have to google that" and I waste time because I'm not sure it's the proper method, or as an alternative:
->__toString()
(string) cast
which are aesthetically unpleasing. It would be a quality of life improvement to have a simple ->toString() method."
Example
No response