From 0b43d599c442983578113650c76b0b5d42ebd159 Mon Sep 17 00:00:00 2001 From: japatel Date: Thu, 8 Jan 2015 22:25:40 -0600 Subject: [PATCH] Proper Error Message for Missing Type in Getter for PayPalModel - If missing annotation of return type in Getters, it throws a proper exception - Improves #201 --- lib/PayPal/Common/ReflectionUtil.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/PayPal/Common/ReflectionUtil.php b/lib/PayPal/Common/ReflectionUtil.php index b57e242..55ee180 100644 --- a/lib/PayPal/Common/ReflectionUtil.php +++ b/lib/PayPal/Common/ReflectionUtil.php @@ -1,6 +1,7 @@