Completed
Pull Request — master (#19)
by Stanimir
11:09 queued 09:51
created
src/OpenBuildings/PayPal/Payment.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -174,6 +174,9 @@
 block discarded – undo
174 174
 		return $this;
175 175
 	}
176 176
 
177
+	/**
178
+	 * @param string $url
179
+	 */
177 180
 	public function request($url, array $request_data = array(), array $headers = array())
178 181
 	{
179 182
 		// Create a new curl instance
Please login to merge, or discard this patch.