Skip to content

Commit 6274888

Browse files
[5.4] cs fixes
1 parent 60c4aba commit 6274888

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

LegacyPasswordHasherInterface.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ interface LegacyPasswordHasherInterface extends PasswordHasherInterface
2525
/**
2626
* Hashes a plain password.
2727
*
28-
* @return string
29-
*
3028
* @throws InvalidPasswordException If the plain password is invalid, e.g. excessively long
3129
*/
3230
public function hash(string $plainPassword, string $salt = null): string;

0 commit comments

Comments
 (0)