We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63f5327 commit 5c69b42Copy full SHA for 5c69b42
src/product/BillingRegistry.php
@@ -75,7 +75,7 @@ private function convertStringTypeToType(string $type): TypeInterface
75
return Type::anyId($type);
76
}
77
78
- public function getBehavior(string $type, string $behaviorClassWrapper): ?BehaviorInterface
+ public function getBehavior(string $type, string $behaviorClassWrapper): BehaviorInterface
79
{
80
$type = $this->convertStringTypeToType($type);
81
0 commit comments