mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 10:22:56 +00:00
Fixed some doc issues
This commit is contained in:
@ -72,10 +72,10 @@ class UUID{
|
||||
/**
|
||||
* Creates an UUIDv3 from binary data or list of binary data
|
||||
*
|
||||
* @param string ...$data
|
||||
* @param string[] ...$data
|
||||
* @return UUID
|
||||
*/
|
||||
public static function fromData(...$data){
|
||||
public static function fromData(string ...$data){
|
||||
$hash = hash("md5", implode($data), true);
|
||||
|
||||
return self::fromBinary($hash, 3);
|
||||
|
Reference in New Issue
Block a user