X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=framework%2Fmain%2Fexceptions%2Fcrypto%2Fclass_EncryptMissingException.php;h=8ffe743b609442c2917f0991a0d413bf9593e4d0;hp=a6633ed229679e380cc13c844e9f3a0f05d530cb;hb=HEAD;hpb=a60894f1d6ef33613d2d0351075aa07aa257f304 diff --git a/framework/main/exceptions/crypto/class_EncryptMissingException.php b/framework/main/exceptions/crypto/class_EncryptMissingException.php index a6633ed2..a3f43a91 100644 --- a/framework/main/exceptions/crypto/class_EncryptMissingException.php +++ b/framework/main/exceptions/crypto/class_EncryptMissingException.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 * @deprecated Don't use this anymore @@ -37,7 +37,7 @@ class EncryptMissingException extends FrameworkException { * @param $code Error code * @return void */ - public function __construct (Filterable $filterInstance, $code) { + public function __construct (Filterable $filterInstance, int $code) { // Construct message $message = sprintf('[%s:%d] Encrypt string is missing.', $filterInstance->__toString(),