@@ -17,5 +17,8 @@ |
||
| 17 | 17 | |
| 18 | 18 | interface FakeChannelCodeProviderInterface |
| 19 | 19 | { |
| 20 | + /** |
|
| 21 | + * @return string|null |
|
| 22 | + */ |
|
| 20 | 23 | public function getCode(Request $request): ?string; |
| 21 | 24 | } |