Skip to content

Commit 5c69b42

Browse files
HP-1751 tiny
1 parent 63f5327 commit 5c69b42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/product/BillingRegistry.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ private function convertStringTypeToType(string $type): TypeInterface
7575
return Type::anyId($type);
7676
}
7777

78-
public function getBehavior(string $type, string $behaviorClassWrapper): ?BehaviorInterface
78+
public function getBehavior(string $type, string $behaviorClassWrapper): BehaviorInterface
7979
{
8080
$type = $this->convertStringTypeToType($type);
8181

0 commit comments

Comments
 (0)