Completed
Push — master ( d411f2...388e0b )
by
unknown
11:13
created
src/Charcoal/User/Authenticator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -103,7 +103,7 @@
 block discarded – undo
103 103
      * @return \Charcoal\User\UserInterface|null Returns the authenticated user object
104 104
      *     or NULL if not authenticated.
105 105
      */
106
-    public function authenticateByPassword($username, $password, $key=null)
106
+    public function authenticateByPassword($username, $password, $key = null)
107 107
     {
108 108
         if (!is_string($username) || !is_string($password)) {
109 109
             throw new InvalidArgumentException(
Please login to merge, or discard this patch.