Made the docblock Transactions to use Transaction[]

- Fixes #183
This commit is contained in:
Jay
2014-12-09 20:33:08 -06:00
parent bc47413c2a
commit bb11ace7ad

View File

@@ -23,7 +23,7 @@ use PayPal\Validation\ArgumentValidator;
* @property string intent * @property string intent
* @property \PayPal\Api\Payer payer * @property \PayPal\Api\Payer payer
* @property \PayPal\Api\object cart * @property \PayPal\Api\object cart
* @property \PayPal\Api\Transaction transactions * @property \PayPal\Api\Transaction[] transactions
* @property string state * @property string state
* @property \PayPal\Api\RedirectUrls redirect_urls * @property \PayPal\Api\RedirectUrls redirect_urls
* @property \PayPal\Api\Links links * @property \PayPal\Api\Links links