|
@@ -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.