| Conditions | 2 |
| Paths | 2 |
| Total Lines | 5 |
| Code Lines | 3 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 3 |
| CRAP Score | 2.0625 |
| Changes | 0 | ||
| 1 | <?php |
||
| 26 | 12 | public function render( array $templateArguments = [] ): string { |
|
| 27 | 12 | if ( $templateArguments['membershipType'] === Application::ACTIVE_MEMBERSHIP ) { |
|
| 28 | return $this->translator->trans( $this->activeMembershipSubject ); |
||
| 29 | } |
||
| 30 | 12 | return $this->translator->trans( $this->sustainingMembershipSubject ); |
|
| 31 | } |
||
| 34 |