mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-22 00:33:59 +00:00
backport 209135492: UUID: add type docs
This commit is contained in:
parent
82e4ef6d48
commit
dbf4054b1f
@ -38,7 +38,9 @@ use function trim;
|
||||
|
||||
class UUID{
|
||||
|
||||
/** @var int[] */
|
||||
private $parts;
|
||||
/** @var int */
|
||||
private $version;
|
||||
|
||||
public function __construct(int $part1 = 0, int $part2 = 0, int $part3 = 0, int $part4 = 0, int $version = null){
|
||||
|
Loading…
x
Reference in New Issue
Block a user