]> git.mxchange.org Git - core.git/blobdiff - framework/main/exceptions/template/class_BasePathReadProtectedException.php
Continued:
[core.git] / framework / main / exceptions / template / class_BasePathReadProtectedException.php
index 255451c4a7f85e8dbcad9a5954426d434e73ba96..b9fa675e6d7770b549431c9a20da87bd6e3174a4 100644 (file)
@@ -36,7 +36,7 @@ class BasePathReadProtectedException 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] Der Template-Basispfad %s ist lesegeschützt! Bitte Zugriffsrechte (CHMOD) ändern.',
                        $classArray[0]->__toString(),