]> git.mxchange.org Git - core.git/blobdiff - framework/main/exceptions/main/class_VariableIsNotSetException.php
Continued:
[core.git] / framework / main / exceptions / main / class_VariableIsNotSetException.php
index 372fa629987146863c33d3a9c2bb6597841a5999..4f882002b534abe0f206986e8eefebfa8af806de 100644 (file)
@@ -36,7 +36,7 @@ class VariableIsNotSetException 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] While the application %s was initialized, a variable %s was not created.',
                        $array[0]->__toString(),