Skip to content

Commit 37e80b7

Browse files
committed
Merge branch 'master' into stable
Array annotation removal
2 parents 4277e3d + 86a6082 commit 37e80b7

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

lib/PayPal/Api/Error.php

-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@ public function getInformation_link() {
126126
/**
127127
* Additional details of the error
128128
*
129-
* @array
130129
* @param PayPal\Api\ErrorDetails $details
131130
*/
132131
public function setDetails($details) {

lib/PayPal/Api/Invoice.php

-7
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@ public function getMerchant_info() {
141141
/**
142142
* Email address of invoice recipient (required) and optional billing information. (Note: We currently only allow one recipient).
143143
*
144-
* @array
145144
* @param PayPal\Api\BillingInfo $billing_info
146145
*/
147146
public function setBillingInfo($billing_info) {
@@ -161,7 +160,6 @@ public function getBillingInfo() {
161160
/**
162161
* Email address of invoice recipient (required) and optional billing information. (Note: We currently only allow one recipient).
163162
*
164-
* @array
165163
* @param PayPal\Api\BillingInfo $billing_info
166164
* @deprecated. Instead use setBillingInfo
167165
*/
@@ -221,7 +219,6 @@ public function getShipping_info() {
221219
/**
222220
* List of items included in the invoice. 100 items max per invoice.
223221
*
224-
* @array
225222
* @param PayPal\Api\InvoiceItem $items
226223
*/
227224
public function setItems($items) {
@@ -634,7 +631,6 @@ public function getTotal_amount() {
634631
/**
635632
* List of payment details for the invoice.
636633
*
637-
* @array
638634
* @param PayPal\Api\PaymentDetail $payment_details
639635
*/
640636
public function setPaymentDetails($payment_details) {
@@ -654,7 +650,6 @@ public function getPaymentDetails() {
654650
/**
655651
* List of payment details for the invoice.
656652
*
657-
* @array
658653
* @param PayPal\Api\PaymentDetail $payment_details
659654
* @deprecated. Instead use setPaymentDetails
660655
*/
@@ -675,7 +670,6 @@ public function getPayment_details() {
675670
/**
676671
* List of refund details for the invoice.
677672
*
678-
* @array
679673
* @param PayPal\Api\RefundDetail $refund_details
680674
*/
681675
public function setRefundDetails($refund_details) {
@@ -695,7 +689,6 @@ public function getRefundDetails() {
695689
/**
696690
* List of refund details for the invoice.
697691
*
698-
* @array
699692
* @param PayPal\Api\RefundDetail $refund_details
700693
* @deprecated. Instead use setRefundDetails
701694
*/

lib/PayPal/Api/Invoices.php

-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ public function getTotal_count() {
4747
/**
4848
* List of invoices belonging to a merchant.
4949
*
50-
* @array
5150
* @param PayPal\Api\Invoice $invoices
5251
*/
5352
public function setInvoices($invoices) {

0 commit comments

Comments
 (0)