]> git.mxchange.org Git - core.git/blobdiff - framework/main/exceptions/xml/class_InvalidXmlNodeException.php
Continued:
[core.git] / framework / main / exceptions / xml / class_InvalidXmlNodeException.php
index d86a29e9d28e0511e73c3216064da970179a0f79..454c8d5c63f53cda8090886588e1476e7f1e0c4f 100644 (file)
@@ -35,7 +35,7 @@ class InvalidXmlNodeException extends FrameworkException {
         * @param       $code                   Error code
         * @return      void
         */
-       public function __construct (array $classArray, $code) {
+       public function __construct (array $classArray, int $code) {
                // Extract attributes
                $attributes = '<em>None</em>';
                if ((is_array($classArray[2])) && (count($classArray[2]) > 0)) {