Skip to content

Commit 8365873

Browse files
Cleanup more @return annotations
1 parent 53a861c commit 8365873

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LegacyPasswordHasherInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ interface LegacyPasswordHasherInterface extends PasswordHasherInterface
2525
/**
2626
* Hashes a plain password.
2727
*
28-
* @return string The hashed password
28+
* @return string
2929
*
3030
* @throws InvalidPasswordException If the plain password is invalid, e.g. excessively long
3131
*/

0 commit comments

Comments
 (0)