]> 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 c5e0ea6a963dec239cf95b32985e6a6b4b009c84..4992cd68015fbd9b2226eeadb2623358aa66e304 100644 (file)
@@ -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])
                );