Completed
Push — wip ( 681ec1 )
by z38
02:37
created
src/Z38/SwissPayment/TransactionInformation/BankCreditTransfer.php 1 patch
Doc Comments   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -46,7 +46,10 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
      */
Please login to merge, or discard this patch.
src/Z38/SwissPayment/TransactionInformation/CreditTransfer.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -146,7 +146,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
      */
Please login to merge, or discard this patch.