]> git.mxchange.org Git - core.git/blobdiff - framework/main/exceptions/helper/class_UserInstanceMissingException.php
Continued:
[core.git] / framework / main / exceptions / helper / class_UserInstanceMissingException.php
index ee695122254175ffed6ad5c6f93ddbb9b5243082..83317cf8927037b04ee3fe173558e69a05abbfc8 100644 (file)
@@ -36,7 +36,7 @@ class UserInstanceMissingException extends FrameworkException {
         * @param       $code                   Code number for the exception
         * @return      void
         */
-       public function __construct (array $classArray, $code) {
+       public function __construct (array $classArray, int $code) {
                // Add a message around the missing class
                $message = sprintf('[%s:%d] Registry key %s does not include a class with implemented interface <u>Manageable(User|Guest)</u>.',
                        $classArray[0]->__toString(),