Skip to content

Commit 93428e8

Browse files
Merge branch '5.4' into 6.0
* 5.4: [Serializer] cs fix Cleanup more `@return` annotations [Form] Fix phpdoc on FormBuilderInterface
2 parents f1cf3da + 8365873 commit 93428e8

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 The hashed password
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)