Remove @array annotations, closes #43

This commit is contained in:
Avi Das
2014-05-12 14:11:48 -05:00
parent 4632999b1e
commit 86a6082b7f
3 changed files with 0 additions and 9 deletions

View File

@@ -126,7 +126,6 @@ class Error extends PPModel {
/** /**
* Additional details of the error * Additional details of the error
* *
* @array
* @param PayPal\Api\ErrorDetails $details * @param PayPal\Api\ErrorDetails $details
*/ */
public function setDetails($details) { public function setDetails($details) {

View File

@@ -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). * Email address of invoice recipient (required) and optional billing information. (Note: We currently only allow one recipient).
* *
* @array
* @param PayPal\Api\BillingInfo $billing_info * @param PayPal\Api\BillingInfo $billing_info
*/ */
public function setBillingInfo($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). * Email address of invoice recipient (required) and optional billing information. (Note: We currently only allow one recipient).
* *
* @array
* @param PayPal\Api\BillingInfo $billing_info * @param PayPal\Api\BillingInfo $billing_info
* @deprecated. Instead use setBillingInfo * @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. * List of items included in the invoice. 100 items max per invoice.
* *
* @array
* @param PayPal\Api\InvoiceItem $items * @param PayPal\Api\InvoiceItem $items
*/ */
public function setItems($items) { public function setItems($items) {
@@ -634,7 +631,6 @@ class Invoice extends PPModel implements IResource {
/** /**
* List of payment details for the invoice. * List of payment details for the invoice.
* *
* @array
* @param PayPal\Api\PaymentDetail $payment_details * @param PayPal\Api\PaymentDetail $payment_details
*/ */
public function setPaymentDetails($payment_details) { public function setPaymentDetails($payment_details) {
@@ -654,7 +650,6 @@ class Invoice extends PPModel implements IResource {
/** /**
* List of payment details for the invoice. * List of payment details for the invoice.
* *
* @array
* @param PayPal\Api\PaymentDetail $payment_details * @param PayPal\Api\PaymentDetail $payment_details
* @deprecated. Instead use setPaymentDetails * @deprecated. Instead use setPaymentDetails
*/ */
@@ -675,7 +670,6 @@ class Invoice extends PPModel implements IResource {
/** /**
* List of refund details for the invoice. * List of refund details for the invoice.
* *
* @array
* @param PayPal\Api\RefundDetail $refund_details * @param PayPal\Api\RefundDetail $refund_details
*/ */
public function setRefundDetails($refund_details) { public function setRefundDetails($refund_details) {
@@ -695,7 +689,6 @@ class Invoice extends PPModel implements IResource {
/** /**
* List of refund details for the invoice. * List of refund details for the invoice.
* *
* @array
* @param PayPal\Api\RefundDetail $refund_details * @param PayPal\Api\RefundDetail $refund_details
* @deprecated. Instead use setRefundDetails * @deprecated. Instead use setRefundDetails
*/ */

View File

@@ -47,7 +47,6 @@ class Invoices extends PPModel {
/** /**
* List of invoices belonging to a merchant. * List of invoices belonging to a merchant.
* *
* @array
* @param PayPal\Api\Invoice $invoices * @param PayPal\Api\Invoice $invoices
*/ */
public function setInvoices($invoices) { public function setInvoices($invoices) {