Add PHP 8.1 support for `ramsey/uuid` in version 3.x
This commit is contained in:
parent
4f88584110
commit
b4c80ae765
|
@ -0,0 +1,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();
|
Loading…
Reference in New Issue