]> git.mxchange.org Git - core.git/blobdiff - inc/classes/exceptions/user/class_UsernameMissingException.php
Incomplete SocketRegistry class added, code cosmetics applied
[core.git] / inc / classes / exceptions / user / class_UsernameMissingException.php
index d23b1863601d69022529187ea799d40ffdb26179..46a9b87328783356fc7757bc04eb2153f7dca728 100644 (file)
@@ -29,7 +29,7 @@ class UsernameMissingException 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] Username <span class=\"exception_reason\">%s</span> was not found.",
                        $msgArray[0]->__toString(),