Security update for Core, with self-updated composer
[yaffs-website] / web / core / lib / Drupal / Core / Password / PhpassHashedPassword.php
index 0f938a0356d52edf65ae7bc15ab4e63116777a1f..d7afecd6eee99cfdf5f2c987cb584cad8e8080c9 100644 (file)
@@ -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';