]> git.mxchange.org Git - core.git/blobdiff - framework/main/exceptions/language/class_LanguagePathReadProtectedException.php
Continued:
[core.git] / framework / main / exceptions / language / class_LanguagePathReadProtectedException.php
index e97dd7039b4805450887a8e10351934c3459302c..9b740438b50330256a23d1cba4c3463fd0626779 100644 (file)
@@ -36,7 +36,7 @@ class LanguagePathReadProtectedException 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] Base language path %s is read-protected. Please change access rights (CHMOD).',
                        $classArray[0]->__toString(),