X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fclasses%2Fexceptions%2Fuser%2Fclass_AccountPasswordMismatchException.php;h=647ab230c4c0c549231ce63e06de16382ffe231e;hp=6fbfe321d852d017517ead911d3be097e9e5f86c;hb=5203f9bd014ad46fbc7ee54e7223dcd46e14e3b4;hpb=6536a4dda3b96201f7f5551dc5d42559cf8b453d diff --git a/inc/classes/exceptions/user/class_AccountPasswordMismatchException.php b/inc/classes/exceptions/user/class_AccountPasswordMismatchException.php index 6fbfe321..647ab230 100644 --- a/inc/classes/exceptions/user/class_AccountPasswordMismatchException.php +++ b/inc/classes/exceptions/user/class_AccountPasswordMismatchException.php @@ -1,12 +1,12 @@ + * @author Roland Haeder * @version 0.0.0 - * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009, 2010 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 @@ -31,7 +31,7 @@ class AccountPasswordMismatchException extends FrameworkException { */ 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() );