Skip to content

Commit 049fc57

Browse files
Merge branch '4.4'
* 4.4: Remove superfluous phpdoc tags
2 parents 5265ce0 + 3f59f01 commit 049fc57

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

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
*/

Authorization/Voter/Voter.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,7 @@ abstract protected function supports(string $attribute, $subject);
6060
* Perform a single access check operation on a given attribute, subject and token.
6161
* It is safe to assume that $attribute and $subject already passed the "supports()" method check.
6262
*
63-
* @param string $attribute
64-
* @param mixed $subject
63+
* @param mixed $subject
6564
*
6665
* @return bool
6766
*/

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)