Remove deprecated getClockSeqLowHex() method

This commit is contained in:
Ben Ramsey
2022-03-27 18:32:51 -05:00
parent 5605cbcadc
commit ddb4ce0aca
7 changed files with 26 additions and 38 deletions
-10
View File
@@ -75,16 +75,6 @@ trait DeprecatedUuidMethodsTrait
return $this->numberConverter->fromHex($this->fields->getClockSeqLow()->toString());
}
/**
* @deprecated Use {@see UuidInterface::getFields()} to get a
* {@see FieldsInterface} instance. If it is a {@see Rfc4122FieldsInterface}
* instance, you may call {@see Rfc4122FieldsInterface::getClockSeqLow()}.
*/
public function getClockSeqLowHex(): string
{
return $this->fields->getClockSeqLow()->toString();
}
/**
* @deprecated Use {@see UuidInterface::getFields()} to get a
* {@see FieldsInterface} instance. If it is a {@see Rfc4122FieldsInterface}