| Conditions | 1 |
| Paths | 1 |
| Total Lines | 4 |
| Code Lines | 3 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 11 | public function index( FunFunFactory $ffFactory, string $confirmationCode ) { |
||
| 12 | $useCase = $ffFactory->newConfirmSubscriptionUseCase(); |
||
| 13 | $response = $useCase->confirmSubscription( $confirmationCode ); |
||
| 14 | return $ffFactory->newConfirmSubscriptionHtmlPresenter()->present( $response ); |
||
| 15 | } |
||
| 17 |