@@ -46,7 +46,10 @@ discard block |
||
| 46 | 46 | * {@inheritdoc} |
| 47 | 47 | * |
| 48 | 48 | * @param IBAN $creditorIBAN IBAN of the creditor |
| 49 | - * @param BIC|IID|null $creditorAgent BIC or IID of the creditor's financial institution |
|
| 49 | + * @param null|FinancialInstitutionInterface $creditorAgent BIC or IID of the creditor's financial institution |
|
| 50 | + * @param string $instructionId |
|
| 51 | + * @param string $endToEndId |
|
| 52 | + * @param string $creditorName |
|
| 50 | 53 | * |
| 51 | 54 | * @throws \InvalidArgumentException When the amount is not in EUR or CHF or when the creditor agent is not BIC or IID. |
| 52 | 55 | */ |
@@ -132,7 +135,7 @@ discard block |
||
| 132 | 135 | /** |
| 133 | 136 | * Sets the address of the ultimate creditor |
| 134 | 137 | * |
| 135 | - * @param PostalAddressInterface|null $address |
|
| 138 | + * @param PostalAddressInterface $address |
|
| 136 | 139 | * |
| 137 | 140 | * @return self |
| 138 | 141 | */ |
@@ -146,7 +146,7 @@ discard block |
||
| 146 | 146 | /** |
| 147 | 147 | * Sets the ultimate debtor's address |
| 148 | 148 | * |
| 149 | - * @param PostalAddressInterface|null $address |
|
| 149 | + * @param PostalAddressInterface $address |
|
| 150 | 150 | * |
| 151 | 151 | * @return self |
| 152 | 152 | */ |
@@ -160,7 +160,7 @@ discard block |
||
| 160 | 160 | /** |
| 161 | 161 | * Sets the remittance information |
| 162 | 162 | * |
| 163 | - * @param RemittanceInformation|null $remittanceInformation |
|
| 163 | + * @param RemittanceInformation $remittanceInformation |
|
| 164 | 164 | * |
| 165 | 165 | * @return self |
| 166 | 166 | */ |