Completed
Push — master ( 0ed3b4...57957e )
by Arnold
02:10
created
src/Jasny/Auth.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -70,7 +70,7 @@
 block discarded – undo
70 70
      * @param string $password
71 71
      * @param string $salt      Use specific salt to verify existing password
72 72
      */
73
-    public static function password($password, $salt=null)
73
+    public static function password($password, $salt = null)
74 74
     {
75 75
         return isset($salt) ? crypt($password, $salt) : password_hash($password, PASSWORD_BCRYPT);
76 76
     }
Please login to merge, or discard this patch.