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:
Emir Beganovic
2015-10-05 10:18:21 +02:00
parent 6665dcc1d3
commit fb1cd7a944
10 changed files with 7 additions and 10 deletions
+2
View File
@@ -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)