]> git.mxchange.org Git - shipsimu.git/blobdiff - application/shipsimu/classes/user/extended/class_ShipSimuGuest.php
Continued:
[shipsimu.git] / application / shipsimu / classes / user / extended / class_ShipSimuGuest.php
index ca2d531cc0284096d10c6c565dd38c941d752217..dc09b0aba1f6a674b88fec72b90ee6ef54d7ed6a 100644 (file)
@@ -58,7 +58,7 @@ class ShipSimuGuest extends ShipSimuBaseUser implements ManageableGuest {
                if ($userInstance->ifUsernameExists() === false) {
                        // Throw an exception here
                        throw new UsernameMissingException(array($userInstance, $userName), self::EXCEPTION_USERNAME_NOT_FOUND);
-               } // END - if
+               }
 
                // Return the instance
                return $userInstance;