]> git.mxchange.org Git - shipsimu.git/blobdiff - application/shipsimu/classes/login/class_ShipSimuUserLogin.php
Continued:
[shipsimu.git] / application / shipsimu / classes / login / class_ShipSimuUserLogin.php
index 43e7c20cf0fa71a1713a847d03bc6a09900dd1d2..a70bbafe059fe950b98f3c1ada24cbaf9496c9b7 100644 (file)
@@ -75,7 +75,7 @@ class ShipSimuUserLogin extends BaseFrameworkSystem implements LoginableUser, Re
                if ($userInstance->ifPasswordHashMatches($requestInstance) === false) {
                        // Mismatching password
                        throw new UserPasswordMismatchException(array($this, $userInstance), BaseUser::EXCEPTION_USER_PASS_MISMATCH);
-               } // END - if
+               }
 
                // ToDo place
 
@@ -125,6 +125,6 @@ class ShipSimuUserLogin extends BaseFrameworkSystem implements LoginableUser, Re
 
                        // Store the hash back in request
                        $this->getRequestInstance()->setRequestElement('pass_hash', $this->hashedPassword);
-               } // END - if
+               }
        }
 }