X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=framework%2Fmain%2Fexceptions%2Fuser%2Fclass_AccountPasswordMismatchException.php;h=890ef6577698b12d2da0959fd23f8c670fee38f6;hb=HEAD;hp=65b3a9e8802edeac280677ffe3c63315fbe13ec7;hpb=cad1ab5ecb2935a6ebf678555860c3bd96b525b0;p=core.git diff --git a/framework/main/exceptions/user/class_AccountPasswordMismatchException.php b/framework/main/exceptions/user/class_AccountPasswordMismatchException.php index 65b3a9e8..890ef657 100644 --- a/framework/main/exceptions/user/class_AccountPasswordMismatchException.php +++ b/framework/main/exceptions/user/class_AccountPasswordMismatchException.php @@ -11,11 +11,7 @@ use Org\Mxchange\CoreFramework\Generic\FrameworkException; * * @author Roland Haeder * @version 0.0.0 -<<<<<<< HEAD:framework/main/exceptions/user/class_AccountPasswordMismatchException.php - * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2017 Core Developer Team -======= - * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2016 Core Developer Team ->>>>>>> Some updates::inc/main/exceptions/user/class_AccountPasswordMismatchException.php + * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2023 Core Developer Team * @license GNU GPL 3.0 or any newer version * @link http://www.shipsimu.org * @@ -40,7 +36,7 @@ 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, int $code) { // Create the message $message = sprintf('[%s:%d] Supplied account password did not match with stored.', $filterInstance->__toString(),