Completed
Push — master ( 11ade9...e98b8a )
by Josh
15:53
created
src/Configurator/Helpers/Http/Clients/Native.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -64,6 +64,7 @@
 block discarded – undo
64 64
 	* @param  string      $method  Request method
65 65
 	* @param  string      $url     Request URL
66 66
 	* @param  string[]    $headers Request headers
67
+	* @param string $body
67 68
 	* @return string|bool          Response body or FALSE
68 69
 	*/
69 70
 	protected function request($method, $url, $headers, $body = null)
Please login to merge, or discard this patch.