backport 209135492: UUID: add type docs

This commit is contained in:
Dylan K. Taylor 2019-03-27 15:39:41 +00:00
parent 82e4ef6d48
commit dbf4054b1f

View File

@ -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){