]> git.mxchange.org Git - city.git/blobdiff - application/city/classes/login/class_CityUserLogin.php
Continued:
[city.git] / application / city / classes / login / class_CityUserLogin.php
index 873946e6d4417bace817c11ec08005dcfb05fbbd..8ab2a45e1ac97c65878c01794690eab13d8bf26b 100644 (file)
@@ -18,7 +18,7 @@ use Org\Mxchange\CoreFramework\Response\Responseable;
  *
  * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2015, 2016 City Developer Team
+ * @copyright  Copyright (c) 2015 - 2023 City Developer Team
  * @license            GNU GPL 3.0 or any newer version
  * @link               http://www.shipsimu.org
  *
@@ -89,7 +89,7 @@ class CityUserLogin extends BaseFrameworkSystem implements LoginableUser, Regist
                if ($userInstance->ifPasswordHashMatches($requestInstance) === FALSE) {
                        // Mismatching password
                        throw new UserPasswordMismatchException(array($this, $userInstance), BaseUser::EXCEPTION_USER_PASS_MISMATCH);
-               } // END - if
+               }
 
                // @TODO What else?
 
@@ -154,6 +154,6 @@ class CityUserLogin extends BaseFrameworkSystem implements LoginableUser, Regist
 
                        // Store the hash back in request
                        FrameworkBootstrap::getRequestInstance()->setRequestElement('pass_hash', $this->hashedPassword);
-               } // END - if
+               }
        }
 }