'public static final' is correct
[core.git] / inc / classes / main / template / console / class_ConsoleTemplateEngine.php
index 83fc014ad9f3df4fca9d60408ec6f8598e6a362a..efdcd06e31121a27b7e8a45b57a267257b459b94 100644 (file)
@@ -45,7 +45,7 @@ class ConsoleTemplateEngine extends BaseTemplateEngine implements CompileableTem
         * @throws      BasePathReadProtectedException  If $templateBasePath is
         *                                                                                      read-protected
         */
-       public final static function createConsoleTemplateEngine (ManageableApplication $appInstance) {
+       public static final function createConsoleTemplateEngine (ManageableApplication $appInstance) {
                // Get a new instance
                $templateInstance = new ConsoleTemplateEngine();