Skip to content

Commit 861bb42

Browse files
committed
Docblock fixes
1 parent 4f33cb3 commit 861bb42

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/Client.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@ private function buildUrl($queryParams = null)
202202
* @param string $method
203203
* @param array $body
204204
* @param array $headers
205+
*
205206
* @return array
206207
*/
207208
private function createCurlOptions($method, $body = null, $headers = null)
@@ -339,6 +340,7 @@ public function makeRequest($method, $url, $body = null, $headers = null, $retry
339340
* Send all saved requests at once
340341
*
341342
* @param array $requests
343+
*
342344
* @return Response[]
343345
*/
344346
public function makeAllRequests(array $requests = [])

0 commit comments

Comments
 (0)