mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-14 15:56:48 +03:00
getInteger should suggest getHex
getInteger is suggesting getMostSignificantBitsHex if the math library is not available
This commit is contained in:
+1
-1
@@ -448,7 +448,7 @@ final class Uuid
|
||||
'Cannot call ' . __METHOD__ . ' without support for large '
|
||||
. 'integers, since integer is an unsigned '
|
||||
. '128-bit integer; Moontoast\Math\BigNumber is required'
|
||||
. '; consider calling getMostSignificantBitsHex instead'
|
||||
. '; consider calling getHex instead'
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user