Skip to content

Commit 3a3cc6d

Browse files
committed
docblock fix in ClientInterface
1 parent cd3c3ed commit 3a3cc6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/Bitbucket/API/Http/ClientInterface.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ public function getResponseFormat();
9090
*
9191
* @access public
9292
* @param string $format
93-
* @return string
93+
* @return $this
9494
*
9595
* @throws \InvalidArgumentException If invalid response format is provided
9696
*/
@@ -100,7 +100,7 @@ public function setResponseFormat($format);
100100
* Get API version currently used
101101
*
102102
* @access public
103-
* @return mixed
103+
* @return string
104104
*/
105105
public function getApiVersion();
106106

0 commit comments

Comments
 (0)