Skip to content

Commit 3a04a1c

Browse files
committed
Update phpdoc
1 parent 9a2765d commit 3a04a1c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Omnipay/Common/Message/FetchIssuersResponseInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ interface FetchIssuersResponseInterface extends ResponseInterface
1212
*
1313
* These represent banks which the user must choose between.
1414
*
15-
* @return array An array of \Omnipay\Common\Issuer objects
15+
* @return \Omnipay\Common\Issuer[]
1616
*/
1717
public function getIssuers();
1818
}

src/Omnipay/Common/Message/FetchPaymentMethodsResponseInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ interface FetchPaymentMethodsResponseInterface extends ResponseInterface
1212
*
1313
* These represent separate payment methods which the user must choose between.
1414
*
15-
* @return array An array of \Omnipay\Common\PaymentMethod objects
15+
* @return \Omnipay\Common\PaymentMethod[]
1616
*/
1717
public function getPaymentMethods();
1818
}

0 commit comments

Comments
 (0)