@@ -196,7 +196,7 @@ |
||
| 196 | 196 | */ |
| 197 | 197 | private function encodePassword($password) |
| 198 | 198 | { |
| 199 | - set_error_handler(function () { |
|
| 199 | + set_error_handler(function() { |
|
| 200 | 200 | }, E_NOTICE); |
| 201 | 201 | $encodedPassword = iconv('UTF-8', 'ISO-8859-1', $password); |
| 202 | 202 | restore_error_handler(); |