We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9930c08 commit 7cb04c3Copy full SHA for 7cb04c3
1 file changed
src/Client.php
@@ -170,7 +170,7 @@ public function addOptions(array $params)
170
/**
171
* Send post request
172
*
173
- * @param string|array $fields
+ * @param array $fields
174
* @param array $options
175
* @return Response
176
*/
@@ -185,7 +185,7 @@ public function post(array $fields = [], array $options = [])
185
186
* Send put request
187
188
189
190
191
@@ -331,7 +331,9 @@ public function reset()
331
}
332
333
334
- * @param $url
+ * Generate url
335
+ *
336
+ * @param string |array $url
337
* @return string
338
339
public function prepareUrl($url)
0 commit comments