]> git.mxchange.org Git - core.git/blobdiff - framework/main/exceptions/config/class_ConfigValueTypeUnsupportedException.php
Continued:
[core.git] / framework / main / exceptions / config / class_ConfigValueTypeUnsupportedException.php
index d1a855a51b25e21bce88ac7c754ac706c81e0efe..c2aa476c5f07056e86faf8e09faf28de6b6ec61c 100644 (file)
@@ -38,7 +38,7 @@ class ConfigValueTypeUnsupportedException extends FrameworkException {
         * @param       $code           Error code
         * @return      void
         */
-       public function __construct (array $messageArray, $code) {
+       public function __construct (array $messageArray, int $code) {
                // Construct message
                $message = sprintf('[%s:%d] Configuration key %s has unspported value type %s.',
                        $messageArray[0]->__toString(),