Total Complexity | 3 |
Total Lines | 27 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
19 | #[\Attribute(\Attribute::TARGET_CLASS), NamedArgumentConstructor] |
||
20 | final class Uuid7 extends Uuid |
||
21 | { |
||
22 | /** |
||
23 | * @param non-empty-string $field Uuid property name |
||
|
|||
24 | * @param non-empty-string|null $column Uuid column name |
||
25 | * |
||
26 | * @see \Ramsey\Uuid\UuidFactoryInterface::uuid7() |
||
27 | */ |
||
28 | public function __construct( |
||
34 | } |
||
35 | |||
36 | protected function getListenerClass(): string |
||
39 | } |
||
40 | |||
41 | #[ArrayShape(['field' => 'string'])] |
||
49 |