Merge pull request #3274 from SopaXorzTaker/patch-1

Update Utils.php #2
This commit is contained in:
Michael Yoo 2015-07-17 06:44:15 +09:30
commit 2df901b064

View File

@ -59,7 +59,7 @@ class Utils{
public static function toUUID($data, $version = 2, $fixed = "8"){
if(strlen($data) !== 16){
throw new \InvalidArgumentException("Data bust be 16 bytes");
throw new \InvalidArgumentException("Data must be 16 bytes");
}
$hex = bin2hex($data);