mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-25 17:45:35 +03:00
Point to Ramsey\Uuid\UuidInterface::getFieldsHex instead
This commit is contained in:
@@ -44,7 +44,7 @@ class DefaultUuidBuilder implements UuidBuilderInterface
|
||||
*
|
||||
* @param CodecInterface $codec The codec to use for building this Uuid
|
||||
* @param array $fields An array of fields from which to construct the Uuid;
|
||||
* see {@see \Ramsey\Uuid\Uuid::getFields()} for array structure.
|
||||
* see {@see \Ramsey\Uuid\UuidInterface::getFieldsHex()} for array structure.
|
||||
* @return Uuid
|
||||
*/
|
||||
public function build(CodecInterface $codec, array $fields)
|
||||
|
||||
@@ -43,7 +43,7 @@ class DegradedUuidBuilder implements UuidBuilderInterface
|
||||
*
|
||||
* @param CodecInterface $codec The codec to use for building this DegradedUuid
|
||||
* @param array $fields An array of fields from which to construct the DegradedUuid;
|
||||
* see {@see \Ramsey\Uuid\Uuid::getFields()} for array structure.
|
||||
* see {@see \Ramsey\Uuid\UuidInterface::getFieldsHex()} for array structure.
|
||||
* @return DegradedUuid
|
||||
*/
|
||||
public function build(CodecInterface $codec, array $fields)
|
||||
|
||||
@@ -27,7 +27,7 @@ interface UuidBuilderInterface
|
||||
*
|
||||
* @param CodecInterface $codec The codec to use for building this UuidInterface instance
|
||||
* @param array $fields An array of fields from which to construct a UuidInterface instance;
|
||||
* see {@see \Ramsey\Uuid\Uuid::getFields()} for array structure.
|
||||
* see {@see \Ramsey\Uuid\UuidInterface::getFieldsHex()} for array structure.
|
||||
* @return UuidInterface
|
||||
*/
|
||||
public function build(CodecInterface $codec, array $fields);
|
||||
|
||||
@@ -147,7 +147,7 @@ class StringCodec implements CodecInterface
|
||||
/**
|
||||
* Returns the fields that make up this UUID
|
||||
*
|
||||
* @see \Ramsey\Uuid\Uuid::getFields()
|
||||
* @see \Ramsey\Uuid\UuidInterface::getFieldsHex()
|
||||
* @return array
|
||||
*/
|
||||
protected function getFields(array $components)
|
||||
|
||||
Reference in New Issue
Block a user