blob: 2715351ead9b63f7dd1d89543cf47666fc08b9e7 (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- 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();
|