| Conditions | 1 |
| Paths | 1 |
| Total Lines | 4 |
| Code Lines | 3 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 4 |
| CRAP Score | 1 |
| Changes | 0 | ||
| 1 | <?php |
||
| 19 | 44 | public function __construct( TranslatorInterface $translator, string $defaultSubjectKey, string $bankTransferSubjectKey ) { |
|
| 20 | 44 | $this->translator = $translator; |
|
| 21 | 44 | $this->defaultSubjectKey = $defaultSubjectKey; |
|
| 22 | 44 | $this->bankTransferSubjectKey = $bankTransferSubjectKey; |
|
| 23 | 44 | } |
|
| 33 |