Skip to content

Commit 3f59f01

Browse files
Merge branch '4.3' into 4.4
* 4.3: Remove superfluous phpdoc tags
2 parents 11b24f5 + 13ff511 commit 3f59f01

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

Authentication/RememberMe/TokenProviderInterface.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,8 @@ public function deleteTokenBySeries($series);
4141
/**
4242
* Updates the token according to this data.
4343
*
44-
* @param string $series
45-
* @param string $tokenValue
46-
* @param \DateTime $lastUsed
44+
* @param string $series
45+
* @param string $tokenValue
4746
*
4847
* @throws TokenNotFoundException if the token is not found
4948
*/

Authentication/Token/RememberMeToken.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ class RememberMeToken extends AbstractToken
2424
private $providerKey;
2525

2626
/**
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
2928
*
3029
* @throws \InvalidArgumentException
3130
*/

Encoder/EncoderFactory.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,6 @@ public function getEncoder($user)
6161
/**
6262
* Creates the actual encoder instance.
6363
*
64-
* @return PasswordEncoderInterface
65-
*
6664
* @throws \InvalidArgumentException
6765
*/
6866
private function createEncoder(array $config): PasswordEncoderInterface

0 commit comments

Comments
 (0)