We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b48f94 commit 6a856a2Copy full SHA for 6a856a2
src/Parse/ParseUser.php
@@ -90,7 +90,7 @@ public function isAuthenticated()
90
/**
91
* Signs up the current user, or throw if invalid.
92
* This will create a new ParseUser on the server, and also persist the
93
- * session so that you can access the user using static::getCurrentUser();.
+ * session so that you can access the user using ParseUser::getCurrentUser();.
94
*/
95
public function signUp()
96
{
0 commit comments