Skip to content

Commit 6a856a2

Browse files
author
Caleb Fidecaro
committed
Fixing erroneous comment change
1 parent 1b48f94 commit 6a856a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Parse/ParseUser.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ public function isAuthenticated()
9090
/**
9191
* Signs up the current user, or throw if invalid.
9292
* 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();.
93+
* session so that you can access the user using ParseUser::getCurrentUser();.
9494
*/
9595
public function signUp()
9696
{

0 commit comments

Comments
 (0)