]> git.mxchange.org Git - core.git/blobdiff - framework/main/exceptions/main/class_DimNotFoundInArrayException.php
Continued:
[core.git] / framework / main / exceptions / main / class_DimNotFoundInArrayException.php
index 95fa75567eb26ae809302f8b9a9193d658c5b5cb..151fe27fcf746ec7c6dd4d00b0d205333972bfe2 100644 (file)
@@ -37,7 +37,7 @@ class DimNotFoundInArrayException extends FrameworkException {
         * @param       $code   Code number for the exception
         * @return      void
         */
-       public function __construct (FrameworkInterface $class, $code) {
+       public function __construct (FrameworkInterface $class, int $code) {
                if (is_object($class)) {
                        // Add a message around the missing class
                        $message = sprintf('[%s:%d] Dimensions not found in array, array is invalid!',