Total Complexity | 3 |
Total Lines | 23 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
7 | final class ConcurrentUpdateOccurred extends RuntimeException |
||
8 | { |
||
9 | 4 | public static function ofEntity(Entity $entity): ConcurrentUpdateOccurred |
|
15 | )); |
||
16 | } |
||
17 | |||
18 | /** |
||
19 | * @param array<string, mixed> $identifier |
||
20 | */ |
||
21 | 4 | private static function renderIdentifier(array $identifier): string |
|
32 |