| Total Complexity | 9 |
| Total Lines | 42 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 14 | final class DbUuidHelper |
||
| 15 | { |
||
| 16 | public static function toUuid(string $blobString): string |
||
| 36 | ; |
||
| 37 | } |
||
| 38 | |||
| 39 | public static function isValidUuid(string $uuidString): bool |
||
| 42 | } |
||
| 43 | |||
| 44 | public static function isValidHexUuid(string $uuidString): bool |
||
| 47 | } |
||
| 48 | |||
| 49 | public static function uuidToBlob(string $uuidString): string |
||
| 58 |