Skip to content

Commit 9f10707

Browse files
HP-2496: fixing psalm
1 parent c4cb9df commit 9f10707

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/product/behavior/BehaviorRegistry.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66

77
use hiqdev\php\billing\product\trait\HasLockInterface;
88

9+
/**
10+
* @psalm-suppress MissingTemplateParam
11+
* @psalm-suppress InvalidTemplateParam
12+
*/
913
abstract class BehaviorRegistry implements HasLockInterface, HasBehaviorsInterface
1014
{
1115
public function hasBehavior(string $behaviorClassName): bool

0 commit comments

Comments
 (0)