Skip to content

Commit 390d327

Browse files
committed
Client: comments: be explicit on return value
1 parent aff13dc commit 390d327

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DatingVIP/API/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public function setAuth($user, $pass)
8686
*
8787
* @param Command $command
8888
* @access public
89-
* @return Response
89+
* @return \DatingVIP\API\Response
9090
* @throws \Exception
9191
*/
9292
public function execute(Command $command)

0 commit comments

Comments
 (0)