Skip to content

Commit 7cb04c3

Browse files
committed
- code review
1 parent 9930c08 commit 7cb04c3

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

src/Client.php

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ public function addOptions(array $params)
170170
/**
171171
* Send post request
172172
*
173-
* @param string|array $fields
173+
* @param array $fields
174174
* @param array $options
175175
* @return Response
176176
*/
@@ -185,7 +185,7 @@ public function post(array $fields = [], array $options = [])
185185
/**
186186
* Send put request
187187
*
188-
* @param string|array $fields
188+
* @param array $fields
189189
* @param array $options
190190
* @return Response
191191
*/
@@ -331,7 +331,9 @@ public function reset()
331331
}
332332

333333
/**
334-
* @param $url
334+
* Generate url
335+
*
336+
* @param string |array $url
335337
* @return string
336338
*/
337339
public function prepareUrl($url)

0 commit comments

Comments
 (0)