]> git.mxchange.org Git - core.git/blobdiff - framework/main/exceptions/crypto/class_EncryptMissingException.php
Continued:
[core.git] / framework / main / exceptions / crypto / class_EncryptMissingException.php
index a6633ed229679e380cc13c844e9f3a0f05d530cb..a3f43a9127f2197b86a1449d49ec3857a952fa62 100644 (file)
@@ -11,7 +11,7 @@ use Org\Mxchange\CoreFramework\Generic\FrameworkException;
  *
  * @author             Roland Haeder <webmaster@shipsimu.org>
  * @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(),