Skip to content

Commit 5fe06e6

Browse files
committed
Add interface
1 parent 794eca3 commit 5fe06e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Models/DataObject/QuantityValue/UnitResolver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
/**
2222
* @internal
2323
*/
24-
final class UnitResolver
24+
final class UnitResolver implements UnitResolverInterface
2525
{
2626
public function getById(string $id): ?Unit
2727
{

0 commit comments

Comments
 (0)