mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-24 17:35:57 +03:00
Clean up docblocks, code, and note new deprecations
The following are deprecated: * `Ramsey\Uuid\Codec\OrderedTimeCodec` * `Ramsey\Uuid\Codec\TimestampFirstCombCodec` * `Ramsey\Uuid\Codec\TimestampLastCombCodec` * `Ramsey\Uuid\Generator\CombGenerator`
This commit is contained in:
@@ -17,9 +17,8 @@ namespace Ramsey\Uuid\Fields;
|
||||
use Serializable;
|
||||
|
||||
/**
|
||||
* UUIDs consist of unsigned integers, the bytes of which are separated
|
||||
* into fields and arranged in a particular layout defined by the specification
|
||||
* for the variant
|
||||
* UUIDs consist of unsigned integers, the bytes of which are separated into fields and arranged in a particular layout
|
||||
* defined by the specification for the variant
|
||||
*
|
||||
* @immutable
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user