mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-21 17:07:27 +03:00
Cleanup: Update and add missing docblocks, remove unused imports
Just a bit of house keeping for the sake of code cleanliness.
This commit is contained in:
@@ -112,6 +112,7 @@ class StringCodec implements CodecInterface
|
||||
/**
|
||||
* Returns an array of UUID components (the UUID exploded on its dashes)
|
||||
*
|
||||
* @param string $encodedUuid
|
||||
* @return array
|
||||
*/
|
||||
protected function extractComponents($encodedUuid)
|
||||
@@ -148,6 +149,7 @@ class StringCodec implements CodecInterface
|
||||
* Returns the fields that make up this UUID
|
||||
*
|
||||
* @see \Ramsey\Uuid\UuidInterface::getFieldsHex()
|
||||
* @param array $components
|
||||
* @return array
|
||||
*/
|
||||
protected function getFields(array $components)
|
||||
|
||||
Reference in New Issue
Block a user