From 9f94d9357e382541e63f60ed163a5e8432f42136 Mon Sep 17 00:00:00 2001 From: Rick Guyer Date: Wed, 25 Nov 2015 13:00:38 -0600 Subject: [PATCH] Remove duplicate docblock --- lib/PayPal/Core/PayPalHttpConnection.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/lib/PayPal/Core/PayPalHttpConnection.php b/lib/PayPal/Core/PayPalHttpConnection.php index 0cbe5aa..e1810aa 100644 --- a/lib/PayPal/Core/PayPalHttpConnection.php +++ b/lib/PayPal/Core/PayPalHttpConnection.php @@ -63,12 +63,6 @@ class PayPalHttpConnection return $ret; } - /** - * Executes an HTTP request - * - * @param string $data query string OR POST content as a string - * @throws PayPalConnectionException - */ /** * Executes an HTTP request *