diff options
author | Mario <mario@mariovavti.com> | 2024-01-03 10:57:15 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-01-03 10:57:15 +0000 |
commit | a56f6576e224922082670788755e357779b45db4 (patch) | |
tree | d5cfec9785ac3be2b1a6b4cb08beeede0d17f19e /vendor/ramsey/uuid/src/UuidInterface.php | |
parent | d3e5d05026feec42f5836f821982e0cc59d91353 (diff) | |
download | volse-hubzilla-a56f6576e224922082670788755e357779b45db4.tar.gz volse-hubzilla-a56f6576e224922082670788755e357779b45db4.tar.bz2 volse-hubzilla-a56f6576e224922082670788755e357779b45db4.zip |
update ramsey/uuid
Diffstat (limited to 'vendor/ramsey/uuid/src/UuidInterface.php')
-rw-r--r-- | vendor/ramsey/uuid/src/UuidInterface.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/ramsey/uuid/src/UuidInterface.php b/vendor/ramsey/uuid/src/UuidInterface.php index 0a9780805..cac9457de 100644 --- a/vendor/ramsey/uuid/src/UuidInterface.php +++ b/vendor/ramsey/uuid/src/UuidInterface.php @@ -46,7 +46,7 @@ interface UuidInterface extends * * @param UuidInterface $other The UUID to compare * - * @return int -1, 0, or 1 if the UUID is less than, equal to, or greater than $other + * @return int<-1,1> -1, 0, or 1 if the UUID is less than, equal to, or greater than $other */ public function compareTo(UuidInterface $other): int; |