]> git.mxchange.org Git - core.git/blobdiff - framework/main/exceptions/language/class_LanguagePathIsNoDirectoryException.php
Continued:
[core.git] / framework / main / exceptions / language / class_LanguagePathIsNoDirectoryException.php
index bc6f61062cb201807e9934a06e8718f1a98ae075..60c6565b44c244b94a1772a01f8f9e867d6706bf 100644 (file)
@@ -36,7 +36,7 @@ class LanguagePathIsNoDirectoryException 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] Language base path %s does not exist or is not a directory.',
                        $classArray[0]->__toString(),