diff --git a/core/lib/Drupal/Core/Password/PasswordInterface.php b/core/lib/Drupal/Core/Password/PasswordInterface.php index af0dded..db7825b 100644 --- a/core/lib/Drupal/Core/Password/PasswordInterface.php +++ b/core/lib/Drupal/Core/Password/PasswordInterface.php @@ -33,11 +33,6 @@ public function hash($password); * * @return bool * TRUE if the password is valid, FALSE if not. - * - * @todo Rename this method to verify() in Drupal 9.0.x, to match the naming - * of corresponding PHP >=5.5.0 password hashing function password_verify(). - * - * @see password_verify() */ public function check($password, $hash);