Skip to content

Commit 2e9f799

Browse files
committed
Update the quick fix with some comment fixes
1 parent 6c410e8 commit 2e9f799

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/Zizaco/Confide/ConfideUser.php

+6
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,8 @@ public function resetPassword( $params )
150150

151151
/**
152152
* Get the remember token for password resets
153+
*
154+
* @return string
153155
*/
154156
public function getRememberToken()
155157
{
@@ -158,6 +160,8 @@ public function getRememberToken()
158160

159161
/**
160162
* Set the remember token for a password reset
163+
*
164+
* @param string
161165
*/
162166
public function setRememberToken($value)
163167
{
@@ -166,6 +170,8 @@ public function setRememberToken($value)
166170

167171
/**
168172
* Get the name of the remember token
173+
*
174+
* @return string
169175
*/
170176
public function getRememberTokenName()
171177
{

0 commit comments

Comments
 (0)