Total Complexity | 2 |
Total Lines | 22 |
Duplicated Lines | 0 % |
Coverage | 75% |
Changes | 0 |
1 | <?php declare(strict_types=1); |
||
10 | trait UuidFieldTrait |
||
11 | { |
||
12 | use AbstractUuidFieldTrait; |
||
13 | |||
14 | 6 | public static function buildUuid(UuidFactory $uuidFactory): UuidInterface |
|
17 | } |
||
18 | |||
19 | /** |
||
20 | * @param ClassMetadataBuilder $builder |
||
21 | * |
||
22 | * @see https://github.com/ramsey/uuid-doctrine#innodb-optimised-binary-uuids |
||
23 | */ |
||
24 | 6 | protected static function metaForId(ClassMetadataBuilder $builder): void |
|
34 |