Skip to content

Commit 8b3e20f

Browse files
Merge pull request #21 from augwa/master
fixed return annotation
2 parents bec48e0 + f16f25a commit 8b3e20f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ public function _($name = null)
195195
* @param string $name name of the dynamic method call or HTTP verb
196196
* @param array $args parameters passed with the method call
197197
*
198-
* @return Client or Response object
198+
* @return Client|Response object
199199
*/
200200
public function __call($name, $args)
201201
{

0 commit comments

Comments
 (0)