Skip to content

Commit 2f7d605

Browse files
HP-2496: fixing Psalm
1 parent ca6bc90 commit 2f7d605

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/product/behavior/BehaviorRegistry.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@
44

55
namespace hiqdev\php\billing\product\behavior;
66

7+
use hiqdev\php\billing\product\price\PriceTypeDefinitionInterface;
8+
use hiqdev\php\billing\product\TariffTypeDefinitionInterface;
79
use hiqdev\php\billing\product\trait\HasLockInterface;
810

911
/**
10-
* @template TParentCollection
12+
* @template TParentCollection of PriceTypeDefinitionInterface|TariffTypeDefinitionInterface
1113
* @implements HasBehaviorsInterface<TParentCollection>
1214
*/
1315
abstract class BehaviorRegistry implements HasLockInterface, HasBehaviorsInterface

0 commit comments

Comments
 (0)