Skip to content

Commit

Permalink
Add interface
Browse files Browse the repository at this point in the history
  • Loading branch information
mattamon committed Nov 16, 2023
1 parent 794eca3 commit 5fe06e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Models/DataObject/QuantityValue/UnitResolver.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
/**
* @internal
*/
final class UnitResolver
final class UnitResolver implements UnitResolverInterface
{
public function getById(string $id): ?Unit
{
Expand Down

0 comments on commit 5fe06e6

Please sign in to comment.