X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=framework%2Fmain%2Fexceptions%2Fuser%2Fclass_AccountPasswordMismatchException.php;h=890ef6577698b12d2da0959fd23f8c670fee38f6;hb=HEAD;hp=73ac7bd90bb7498d02556e2011562412168f3b4f;hpb=4f9cf34b521892cb99fae9b21b92787f3d555b74;p=core.git diff --git a/framework/main/exceptions/user/class_AccountPasswordMismatchException.php b/framework/main/exceptions/user/class_AccountPasswordMismatchException.php index 73ac7bd9..890ef657 100644 --- a/framework/main/exceptions/user/class_AccountPasswordMismatchException.php +++ b/framework/main/exceptions/user/class_AccountPasswordMismatchException.php @@ -11,7 +11,7 @@ use Org\Mxchange\CoreFramework\Generic\FrameworkException; * * @author Roland Haeder * @version 0.0.0 - * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2017 Core Developer Team + * @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 * @@ -36,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(),