icinga-php-thirdparty/patches/ramsey-uuid.patch
2022-06-14 14:05:29 +02:00

11 lines
339 B
Diff

--- a/vendor/ramsey/uuid/src/Uuid.php
+++ b/vendor/ramsey/uuid/src/Uuid.php
@@ -212,6 +212,7 @@ class Uuid implements UuidInterface
* @return string
* @link http://php.net/manual/en/class.jsonserializable.php
*/
+ #[\ReturnTypeWillChange]
public function jsonSerialize()
{
return $this->toString();