Fixed type hinting for relatedResrources. It's an array.

This commit is contained in:
German Sibay
2016-04-13 14:31:16 +01:00
parent bf3c20e694
commit fb27a2dfa0

View File

@@ -17,7 +17,7 @@ class TransactionBase extends CartBase
* List of financial transactions (Sale, Authorization, Capture, Refund) related to the payment.
*
*
* @param \PayPal\Api\RelatedResources $related_resources
* @param \PayPal\Api\RelatedResources[] $related_resources
*
* @return $this
*/