]> git.mxchange.org Git - core.git/blobdiff - framework/main/exceptions/main/class_InvalidArrayCountException.php
Continued:
[core.git] / framework / main / exceptions / main / class_InvalidArrayCountException.php
index 1ec609cf1f7f71a39703d8b8e0558c2d3f4c8f57..cae9030e2daf3cf5e1418c3d1b397b69170a450e 100644 (file)
@@ -10,7 +10,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
@@ -36,7 +36,7 @@ class InvalidArrayCountException extends FrameworkException {
         * @param       $code   Code number for the exception
         * @return      void
         */
-       public function __construct (array $array, $code) {
+       public function __construct (array $array, int $code) {
                // Add a message around the missing class
                $message = sprintf('[%s:%d] %s has %d elements, expected arre %d.',
                        $array[0]->__toString(),