]> git.mxchange.org Git - core.git/blobdiff - inc/classes/exceptions/user/class_UserEmailMissingException.php
Incomplete SocketRegistry class added, code cosmetics applied
[core.git] / inc / classes / exceptions / user / class_UserEmailMissingException.php
index 9f49a9ad9169f95fe17fc5e4847befb1aa9bc36d..56698ac080fceca96f0f6c282183a18001c8fb57 100644 (file)
@@ -29,7 +29,7 @@ class UserEmailMissingException 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] User email <span class=\"exception_reason\">%s</span> was not found.",
                        $msgArray[0]->__toString(),