Remove deprecated getClockSeqHiAndReservedHex() method

This commit is contained in:
Ben Ramsey
2022-03-27 16:37:53 -05:00
parent eebc792d6f
commit 1d4077d213
10 changed files with 34 additions and 50 deletions
+2 -2
View File
@@ -54,7 +54,6 @@ final class UuidIsImmutable
$a->getNumberConverter(),
$a->getHex(),
$a->getFieldsHex(),
$a->getClockSeqHiAndReservedHex(),
$a->getClockSeqLowHex(),
$a->getClockSequenceHex(),
$a->getDateTime(),
@@ -71,11 +70,12 @@ final class UuidIsImmutable
$a->getVersion(),
$a->toString(),
$a->__toString(),
$a->getFields(),
];
}
/**
* @return UuidInterface[]|bool[]
* @return array{UuidInterface, UuidInterface, bool}
*
* @psalm-pure
*/