]> git.mxchange.org Git - core.git/blobdiff - framework/main/exceptions/crypto/class_EncryptInvalidLengthException.php
Continued:
[core.git] / framework / main / exceptions / crypto / class_EncryptInvalidLengthException.php
index 0ee59605f664d902ca2b4ca9c3151be4b25d1a8b..eae853d7a774937dad28cc5d054c39d54cb68ec5 100644 (file)
@@ -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');