]> git.mxchange.org Git - core.git/blobdiff - framework/main/exceptions/state/class_InvalidStateInstanceException.php
Continued:
[core.git] / framework / main / exceptions / state / class_InvalidStateInstanceException.php
index 07117c97cdb5eca5d3183b5098609a96c73c329b..4992cd68015fbd9b2226eeadb2623358aa66e304 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 - 2019 Core Developer Team
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2020 Core Developer Team
  * @license            GNU GPL 3.0 or any newer version
  * @link               http://www.shipsimu.org
  *
@@ -35,12 +35,12 @@ class InvalidStateInstanceException extends FrameworkException {
         * @param       $code           Code number for the exception
         * @return      void
         */
-       public function __construct (array $msgArray, $code) {
+       public function __construct (array $messageArray, int $code) {
                // Add a message around the missing class
                $message = sprintf('[%s:%d] Invalid state %s of type %s detected.',
-                       $msgArray[0]->__toString(),
+                       $messageArray[0]->__toString(),
                        $this->getLine(),
-                       $msgArray[1],
+                       $messageArray[1],
                        gettype($mgArray[2])
                );