Skip to content

Commit 6299e0e

Browse files
nstapelbroekjoshcanhelp
authored andcommitted
Align method docblocs and empty returns in Auth0User and Auth0JWTUser
1 parent 15e1f8c commit 6299e0e

File tree

2 files changed

+7
-10
lines changed

2 files changed

+7
-10
lines changed

src/Auth0/Login/Auth0JWTUser.php

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,34 +41,31 @@ public function getAuthIdentifier()
4141
}
4242

4343
/**
44-
* Get the password for the user.
45-
*
46-
* @return string
44+
* @return void
4745
*/
4846
public function getAuthPassword()
4947
{
50-
return;
5148
}
5249

5350
/**
51+
* @return void
5452
*/
5553
public function getRememberToken()
5654
{
57-
return;
5855
}
5956

6057
/**
61-
* @param $value
58+
* @param string $value
6259
*/
6360
public function setRememberToken($value)
6461
{
6562
}
6663

6764
/**
65+
* @return void
6866
*/
6967
public function getRememberTokenName()
7068
{
71-
return;
7269
}
7370

7471
/**

src/Auth0/Login/Auth0User.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,24 +57,24 @@ public function getAuthPassword()
5757
}
5858

5959
/**
60+
* @return void
6061
*/
6162
public function getRememberToken()
6263
{
63-
return;
6464
}
6565

6666
/**
67-
* @param $value
67+
* @param string $value
6868
*/
6969
public function setRememberToken($value)
7070
{
7171
}
7272

7373
/**
74+
* @return void
7475
*/
7576
public function getRememberTokenName()
7677
{
77-
return;
7878
}
7979

8080
/**

0 commit comments

Comments
 (0)