X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=framework%2Fmain%2Fexceptions%2Fcrypto%2Fclass_EncryptInvalidLengthException.php;h=eae853d7a774937dad28cc5d054c39d54cb68ec5;hb=498e6b065ce47804bff4e1073592a2cc8e28f8ef;hp=0ee59605f664d902ca2b4ca9c3151be4b25d1a8b;hpb=8a70226bd287a3f13b27932e2ec88d16c51c7e39;p=core.git diff --git a/framework/main/exceptions/crypto/class_EncryptInvalidLengthException.php b/framework/main/exceptions/crypto/class_EncryptInvalidLengthException.php index 0ee59605..eae853d7 100644 --- a/framework/main/exceptions/crypto/class_EncryptInvalidLengthException.php +++ b/framework/main/exceptions/crypto/class_EncryptInvalidLengthException.php @@ -38,7 +38,7 @@ class EncryptInvalidLengthException extends FrameworkException { * @param $code Error code * @return void */ - public function __construct (Filterable $filterInstance, $code) { + public function __construct (Filterable $filterInstance, int $code) { // Get length $length = FrameworkBootstrap::getConfigurationInstance()->getConfigEntry('captcha_string_length');