getInteger should suggest getHex

getInteger is suggesting getMostSignificantBitsHex if the math library is not available
This commit is contained in:
Francesco Laffi
2015-03-09 13:55:38 +01:00
parent 7bf3ac0175
commit 07d06dd3ec
+1 -1
View File
@@ -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'
);
}