]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/template/connect/class_SelfConnectTemplateEngine.php
'public static final' is the right thing, some variables renamed to make clear what...
[hub.git] / application / hub / main / template / connect / class_SelfConnectTemplateEngine.php
index f4c8744382669bab7d830e2dab93b93b75c8001c..2647e41622aaf8982cd4e7f6780510bcf69cd018 100644 (file)
@@ -71,7 +71,7 @@ class SelfConnectTemplateEngine extends BaseTemplateEngine implements Compileabl
         * @throws      BasePathReadProtectedException  If $templateBasePath is
         *                                                                                      read-protected
         */
-       public final static function createSelfConnectTemplateEngine (ManageableApplication $appInstance) {
+       public static final function createSelfConnectTemplateEngine (ManageableApplication $appInstance) {
                // Get a new instance
                $templateInstance = new SelfConnectTemplateEngine();