From 86a6082b7f5d4b2530d7d93f0c07b90657eb9eb2 Mon Sep 17 00:00:00 2001 From: Avi Das Date: Mon, 12 May 2014 14:11:48 -0500 Subject: [PATCH] Remove @array annotations, closes #43 --- lib/PayPal/Api/Error.php | 1 - lib/PayPal/Api/Invoice.php | 7 ------- lib/PayPal/Api/Invoices.php | 1 - 3 files changed, 9 deletions(-) diff --git a/lib/PayPal/Api/Error.php b/lib/PayPal/Api/Error.php index be856fc..62ddfe9 100644 --- a/lib/PayPal/Api/Error.php +++ b/lib/PayPal/Api/Error.php @@ -126,7 +126,6 @@ class Error extends PPModel { /** * Additional details of the error * - * @array * @param PayPal\Api\ErrorDetails $details */ public function setDetails($details) { diff --git a/lib/PayPal/Api/Invoice.php b/lib/PayPal/Api/Invoice.php index 8b83f62..05abe44 100644 --- a/lib/PayPal/Api/Invoice.php +++ b/lib/PayPal/Api/Invoice.php @@ -141,7 +141,6 @@ class Invoice extends PPModel implements IResource { /** * Email address of invoice recipient (required) and optional billing information. (Note: We currently only allow one recipient). * - * @array * @param PayPal\Api\BillingInfo $billing_info */ public function setBillingInfo($billing_info) { @@ -161,7 +160,6 @@ class Invoice extends PPModel implements IResource { /** * Email address of invoice recipient (required) and optional billing information. (Note: We currently only allow one recipient). * - * @array * @param PayPal\Api\BillingInfo $billing_info * @deprecated. Instead use setBillingInfo */ @@ -221,7 +219,6 @@ class Invoice extends PPModel implements IResource { /** * List of items included in the invoice. 100 items max per invoice. * - * @array * @param PayPal\Api\InvoiceItem $items */ public function setItems($items) { @@ -634,7 +631,6 @@ class Invoice extends PPModel implements IResource { /** * List of payment details for the invoice. * - * @array * @param PayPal\Api\PaymentDetail $payment_details */ public function setPaymentDetails($payment_details) { @@ -654,7 +650,6 @@ class Invoice extends PPModel implements IResource { /** * List of payment details for the invoice. * - * @array * @param PayPal\Api\PaymentDetail $payment_details * @deprecated. Instead use setPaymentDetails */ @@ -675,7 +670,6 @@ class Invoice extends PPModel implements IResource { /** * List of refund details for the invoice. * - * @array * @param PayPal\Api\RefundDetail $refund_details */ public function setRefundDetails($refund_details) { @@ -695,7 +689,6 @@ class Invoice extends PPModel implements IResource { /** * List of refund details for the invoice. * - * @array * @param PayPal\Api\RefundDetail $refund_details * @deprecated. Instead use setRefundDetails */ diff --git a/lib/PayPal/Api/Invoices.php b/lib/PayPal/Api/Invoices.php index e97c3cf..b74a0e0 100644 --- a/lib/PayPal/Api/Invoices.php +++ b/lib/PayPal/Api/Invoices.php @@ -47,7 +47,6 @@ class Invoices extends PPModel { /** * List of invoices belonging to a merchant. * - * @array * @param PayPal\Api\Invoice $invoices */ public function setInvoices($invoices) {