All empty double-quoted strings replaced with single-quotes
[core.git] / inc / classes / interfaces / crypto / class_Cryptable.php
index fec45d924023881921b812c05c010557c3a6ffc2..91d73227c66fcc9e04573f4ce944df797199de7d 100644 (file)
@@ -32,7 +32,7 @@ interface Cryptable extends FrameworkInterface {
         * @param       $oldHash        A hash from previous hashed string
         * @return      $hashed         The hashed and salted string
         */
-       function hashString ($str, $oldHash = "");
+       function hashString ($str, $oldHash = '');
 
        /**
         * Encrypt the string with fixed salt