X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fclasses%2Fexceptions%2Fuser%2Fclass_AccountPasswordMismatchException.php;h=da241f1efe10a07a068a82307583a51b1fd419f6;hb=d26e71af1e28dc1429823bdec244df6303f9b2fb;hp=2013da083a6ec1313f088a3f8a8c720e1b4d8923;hpb=0cd57c3885f00ad77fc599e53ed2f2d5e7ac267f;p=core.git diff --git a/inc/classes/exceptions/user/class_AccountPasswordMismatchException.php b/inc/classes/exceptions/user/class_AccountPasswordMismatchException.php index 2013da08..da241f1e 100644 --- a/inc/classes/exceptions/user/class_AccountPasswordMismatchException.php +++ b/inc/classes/exceptions/user/class_AccountPasswordMismatchException.php @@ -2,11 +2,11 @@ /** * A class for mismatching passwords * - * @author Roland Haeder + * @author Roland Haeder * @version 0.0.0 - * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 Core Developer Team + * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2015 Core Developer Team * @license GNU GPL 3.0 or any newer version - * @link http://www.ship-simu.org + * @link http://www.shipsimu.org * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -29,9 +29,9 @@ class AccountPasswordMismatchException extends FrameworkException { * @param $code An optional code for better debugging * @return void */ - public function __construct(Filterable $filterInstance, $code) { + public function __construct (Filterable $filterInstance, $code) { // Create the message - $message = sprintf("[%s:%d] Supplied account password did not match with stored.", + $message = sprintf('[%s:%d] Supplied account password did not match with stored.', $filterInstance->__toString(), $this->getLine() );