]> git.mxchange.org Git - core.git/blobdiff - inc/classes/exceptions/user/class_AccountPasswordMismatchException.php
Incomplete SocketRegistry class added, code cosmetics applied
[core.git] / inc / classes / exceptions / user / class_AccountPasswordMismatchException.php
index 93e539ab1a2b2e87547add89153318e24e9b74f5..6fbfe321d852d017517ead911d3be097e9e5f86c 100644 (file)
@@ -29,7 +29,7 @@ class AccountPasswordMismatchException extends FrameworkException {
         * @param       $code                           An optional code for better debugging
         * @return      void
         */
-       public function __construct(Filterable $filterInstance, $code) {
+       public function __construct (Filterable $filterInstance, $code) {
                // Create the message
                $message = sprintf("[%s:%d] Supplied account password did not match with stored.",
                        $filterInstance->__toString(),