Skip to content

Commit 52f051c

Browse files
HP-1751 tiny
1 parent 179dd51 commit 52f051c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/product/BillingRegistry.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616

1717
class BillingRegistry implements BillingRegistryInterface
1818
{
19-
/** @var TariffTypeDefinition[] */
19+
/** @var TariffTypeDefinitionInterface[] */
2020
private array $tariffTypes = [];
2121
private bool $locked = false;
2222

23-
public function addTariffType(TariffTypeDefinition $tariffType): void
23+
public function addTariffType(TariffTypeDefinitionInterface $tariffType): void
2424
{
2525
if ($this->locked) {
2626
throw new \RuntimeException("BillingRegistry is locked and cannot be modified.");

0 commit comments

Comments
 (0)