Completed
Push — master ( 9901ad...0ce2de )
by Yang
04:14
created
src/Bcrypt.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -53,7 +53,7 @@
 block discarded – undo
53 53
 	 	 * anything about the '=', as this only occurs when the b64 string is
54 54
 	 	 * padded, which is always after the first 22 characters.
55 55
 	 	 */
56
-		$salt=str_replace('+', '.', $salt);
56
+		$salt = str_replace('+', '.', $salt);
57 57
 		return $salt;
58 58
 	}
59 59
 }
Please login to merge, or discard this patch.