]> git.mxchange.org Git - core.git/blobdiff - inc/classes/exceptions/user/class_UserPasswordMismatchException.php
Incomplete SocketRegistry class added, code cosmetics applied
[core.git] / inc / classes / exceptions / user / class_UserPasswordMismatchException.php
index 3e4b13188830f4f8477b9139f4d853df46142abf..d3b9d19537c9e44f6b32efaedae9f766a0d517b7 100644 (file)
@@ -29,7 +29,7 @@ class UserPasswordMismatchException extends FrameworkException {
         * @param       $code           An optional code for better debugging
         * @return      void
         */
-       public function __construct(array $msgArray, $code = 0) {
+       public function __construct (array $msgArray, $code = 0) {
                // Create the message
                $message = sprintf("[%s:%d] Supplied password for user <span class=\"exception_reason\">%s</span> did not match with stored password.",
                        $msgArray[0]->__toString(),