Skip to content

Commit 3f8bf7f

Browse files
inmanpaulBenjamin Wilson Friedman
authored andcommitted
Fix @docs annotation issue (#263)
Moved @docs link to comments in ParseUser * Moved @docs link to comments on same line
1 parent 7741114 commit 3f8bf7f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Parse/ParseUser.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,10 +180,9 @@ public static function logInWithFacebook($id, $access_token, $expiration_date =
180180
}
181181

182182
/**
183-
* Login as an anonymous User with REST API.
183+
* Login as an anonymous User with REST API. See docs https://www.parse.com/docs/php/guide#users
184184
*
185185
* @link https://www.parse.com/docs/rest/guide#users-anonymous-user-code-authdata-code-
186-
* @docs https://www.parse.com/docs/php/guide#users
187186
*
188187
* @throws ParseException
189188
*

0 commit comments

Comments
 (0)