From 79eecb7100fb8ba6064e519350303cd125aaad81 Mon Sep 17 00:00:00 2001 From: japatel Date: Thu, 8 Jan 2015 22:51:21 -0600 Subject: [PATCH] Fix to Missing Test Model Class --- tests/PayPal/Test/Common/ArrayClass.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/PayPal/Test/Common/ArrayClass.php b/tests/PayPal/Test/Common/ArrayClass.php index 2b589c2..15faf11 100644 --- a/tests/PayPal/Test/Common/ArrayClass.php +++ b/tests/PayPal/Test/Common/ArrayClass.php @@ -34,6 +34,9 @@ class ArrayClass extends PayPalModel $this->tags = $tags; } + /** + * @return array + */ public function getTags() { return $this->tags;