@@ -72,6 +72,9 @@ |
||
72 | 72 | Assert::oneOf($localeCode, $supportedLocaleCodes); |
73 | 73 | } |
74 | 74 | |
75 | + /** |
|
76 | + * @param string $channelCode |
|
77 | + */ |
|
75 | 78 | private function getChannel(?string $channelCode): ChannelInterface |
76 | 79 | { |
77 | 80 | /** @var ChannelInterface $channel */ |