]> git.mxchange.org Git - core.git/blobdiff - inc/classes/main/template/image/class_ImageTemplateEngine.php
'public static final' is correct
[core.git] / inc / classes / main / template / image / class_ImageTemplateEngine.php
index 2c6cb376638bcf68150bda46032cf601f04c4dc6..ecc99d81eb8420680e5c40edbb644c6f9ef68fc0 100644 (file)
@@ -78,7 +78,7 @@ class ImageTemplateEngine extends BaseTemplateEngine implements CompileableTempl
         * @throws      BasePathReadProtectedException  If $templateBasePath is
         *                                                                                      read-protected
         */
-       public final static function createImageTemplateEngine (ManageableApplication $appInstance) {
+       public static final function createImageTemplateEngine (ManageableApplication $appInstance) {
                // Get a new instance
                $templateInstance = new ImageTemplateEngine();