From bb54909a5290b5a0bbb0daea13917284b6c94d0a Mon Sep 17 00:00:00 2001 From: Richard Quadling Date: Wed, 20 Nov 2013 17:21:25 +0000 Subject: [PATCH] Update GoCardless.php Corrected type for GoCardless::$client. --- lib/GoCardless.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/GoCardless.php b/lib/GoCardless.php index 2419f1c..457eb3f 100644 --- a/lib/GoCardless.php +++ b/lib/GoCardless.php @@ -40,7 +40,7 @@ class GoCardless { /** * The GoCardless client instance. * - * @var GoCardless $client + * @var GoCardless_Client $client */ public static $client;