Completed
Pull Request — master (#190)
by Ryan
05:32 queued 02:48
created
library/Requests/Transport/fsockopen.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -317,7 +317,7 @@
 block discarded – undo
317 317
 	 * Prepare the body data to send.
318 318
 	 *
319 319
 	 * @param string|resource|null $data Data as a string, stream resource, or null.
320
-	 * @param array|Requests_Utility_CaseInsensitiveDictionary $headers Headers set on the request.
320
+	 * @param Requests_Utility_CaseInsensitiveDictionary $headers Headers set on the request.
321 321
 	 * @param array $options Options set on the request.
322 322
 	 * @return array Extra headers to add to the request.
323 323
 	 */
Please login to merge, or discard this patch.