Skip to content

Commit adeffbc

Browse files
Merge pull request #84 from romeritoCL/patch-1
Add param type for $userToken, fixed warning on IDE
2 parents a8cccc7 + 27b0954 commit adeffbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Hyperwallet/Hyperwallet.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ public function listUserStatusTransitions($userToken, array $options = array())
248248
/**
249249
* Get authentication token
250250
*
251-
* @param $userToken The user token
251+
* @param string $userToken The user token
252252
* @return AuthenticationToken
253253
*
254254
* @throws HyperwalletApiException

0 commit comments

Comments
 (0)