- Issue created by @andypost
- Status changed to Needs review
almost 2 years ago 4:07pm 8 March 2023 - Status changed to RTBC
almost 2 years ago 12:02am 9 March 2023 - Status changed to Needs work
almost 2 years ago 7:28pm 12 March 2023 - 🇬🇧United Kingdom longwave UK
We can't just add return types in case someone has subclassed User and overridden this method: https://3v4l.org/E3qE3
We need a wider discussion about how to add return types, possibly across all of core in Drupal 11, but for now this must be a docs-only fix.
- Status changed to Needs review
almost 2 years ago 10:04pm 12 March 2023 - Status changed to RTBC
almost 2 years ago 10:58am 13 March 2023 -
longwave →
committed bd619962 on 10.0.x
Issue #3346756 by andypost, longwave: UserInterface::getPassword() can...
-
longwave →
committed bd619962 on 10.0.x
-
longwave →
committed 0a42d222 on 10.1.x
Issue #3346756 by andypost, longwave: UserInterface::getPassword() can...
-
longwave →
committed 0a42d222 on 10.1.x
-
longwave →
committed 92279d5b on 9.5.x
Issue #3346756 by andypost, longwave: UserInterface::getPassword() can...
-
longwave →
committed 92279d5b on 9.5.x
- Status changed to Fixed
almost 2 years ago 11:50am 13 March 2023 - 🇬🇧United Kingdom longwave UK
Committed and pushed to 10.1.x, 10.0.x and 9.5.x with the following grammar fix on commit, thanks!
diff --git a/core/modules/user/src/UserInterface.php b/core/modules/user/src/UserInterface.php index 7330e34af6..51c7601a79 100644 --- a/core/modules/user/src/UserInterface.php +++ b/core/modules/user/src/UserInterface.php @@ -99,7 +99,7 @@ public function setUsername($username); * Returns the hashed password. * * @return string|null - * The hashed password, NULL if password is not set. + * The hashed password, or NULL if a password is not set. */ public function getPassword();
Automatically closed - issue fixed for 2 weeks with no activity.
- Status changed to Fixed
over 1 year ago 1:55am 9 September 2023