X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Flib%2FDrupal%2FCore%2FPassword%2FPhpassHashedPassword.php;h=d7afecd6eee99cfdf5f2c987cb584cad8e8080c9;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hp=0f938a0356d52edf65ae7bc15ab4e63116777a1f;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/web/core/lib/Drupal/Core/Password/PhpassHashedPassword.php b/web/core/lib/Drupal/Core/Password/PhpassHashedPassword.php index 0f938a035..d7afecd6e 100644 --- a/web/core/lib/Drupal/Core/Password/PhpassHashedPassword.php +++ b/web/core/lib/Drupal/Core/Password/PhpassHashedPassword.php @@ -28,6 +28,8 @@ class PhpassHashedPassword implements PasswordInterface { /** * Returns a string for mapping an int to the corresponding base 64 character. + * + * @var string */ public static $ITOA64 = './0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz';