]> git.mxchange.org Git - core.git/blobdiff - framework/main/exceptions/template/class_UnsupportedTemplateEngineException.php
Continued:
[core.git] / framework / main / exceptions / template / class_UnsupportedTemplateEngineException.php
index 3423bc75e9318ed0de3ed8a2cae2a454556d5f26..c46db67e05d813547a23e18ce833886d5be936a3 100644 (file)
@@ -36,7 +36,7 @@ class UnsupportedTemplateEngineException extends FrameworkException {
         * @param       $code   Code number for the exception
         * @return      void
         */
-       public function __construct (FrameworkInterface $class, $code) {
+       public function __construct (FrameworkInterface $class, int $code) {
                // Add a message around the missing class
                $message = sprintf('Template-Engine %s not (yet) supported.',
                        $class->__toString()