From 07d06dd3ecfd25b6dce6e00560e7daf9166a36a8 Mon Sep 17 00:00:00 2001 From: Francesco Laffi Date: Mon, 9 Mar 2015 13:55:38 +0100 Subject: [PATCH] getInteger should suggest getHex getInteger is suggesting getMostSignificantBitsHex if the math library is not available --- src/Uuid.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Uuid.php b/src/Uuid.php index b36a833..dc68d0e 100644 --- a/src/Uuid.php +++ b/src/Uuid.php @@ -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' ); }