Skip to content

Commit f16f25a

Browse files
authored
fixed return annotation
1 parent bec48e0 commit f16f25a

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)