File tree Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -41,9 +41,8 @@ public function deleteTokenBySeries($series);
41
41
/**
42
42
* Updates the token according to this data.
43
43
*
44
- * @param string $series
45
- * @param string $tokenValue
46
- * @param \DateTime $lastUsed
44
+ * @param string $series
45
+ * @param string $tokenValue
47
46
*
48
47
* @throws TokenNotFoundException if the token is not found
49
48
*/
Original file line number Diff line number Diff line change @@ -24,8 +24,7 @@ class RememberMeToken extends AbstractToken
24
24
private $ providerKey ;
25
25
26
26
/**
27
- * @param string $providerKey
28
- * @param string $secret A secret used to make sure the token is created by the app and not by a malicious client
27
+ * @param string $secret A secret used to make sure the token is created by the app and not by a malicious client
29
28
*
30
29
* @throws \InvalidArgumentException
31
30
*/
Original file line number Diff line number Diff line change @@ -61,8 +61,6 @@ public function getEncoder($user)
61
61
/**
62
62
* Creates the actual encoder instance.
63
63
*
64
- * @return PasswordEncoderInterface
65
- *
66
64
* @throws \InvalidArgumentException
67
65
*/
68
66
private function createEncoder (array $ config ): PasswordEncoderInterface
You can’t perform that action at this time.
0 commit comments