Skip to content

Commit

Permalink
Update phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
amacneil committed Apr 12, 2014
1 parent 9a2765d commit 3a04a1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ interface FetchIssuersResponseInterface extends ResponseInterface
*
* These represent banks which the user must choose between.
*
* @return array An array of \Omnipay\Common\Issuer objects
* @return \Omnipay\Common\Issuer[]
*/
public function getIssuers();
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ interface FetchPaymentMethodsResponseInterface extends ResponseInterface
*
* These represent separate payment methods which the user must choose between.
*
* @return array An array of \Omnipay\Common\PaymentMethod objects
* @return \Omnipay\Common\PaymentMethod[]
*/
public function getPaymentMethods();
}

0 comments on commit 3a04a1c

Please sign in to comment.