| Total Complexity | 2 |
| Total Lines | 15 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 9 | class MembershipApplicationFormPresenter { |
||
| 10 | private TwigTemplate $template; |
||
| 11 | private array $incentives; |
||
| 12 | |||
| 13 | public function __construct( TwigTemplate $template, array $incentives ) { |
||
| 16 | } |
||
| 17 | |||
| 18 | public function present( array $urls, bool $showMembershipTypeOption, array $initialDonationFormValues, array $initialValidationResult ): string { |
||
| 27 |