mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-14 15:56:48 +03:00
bf2bee216a
Even tho, the `Stringable` interface is implicit on all objects containing the method `__toString`, it is recommended by PHP to explicitly setting that interface. From php.net documentation: > [...] Unlike most interfaces, **Stringable** is implicitly present on any class that has the magic `__toString()` method defined, although it can and should be declared explicitly. Signed-off-by: Maximilian Bösing <2189546+boesing@users.noreply.github.com>