'public static final' is correct
[core.git] / inc / classes / main / images / extended / class_PngImage.php
index fd09e360edbff8dc334013e4b4e5451fbbb6d8a9..47c7e6a0da4264eedaa9c600ba7d7617207ed330 100644 (file)
@@ -38,7 +38,7 @@ class PngImage extends BaseImage {
         * @param       $templateInstance       A template instance
         * @return      $imageInstance          An instance of this image class
         */
-       public final static function createPngImage(CompileableTemplate $templateInstance) {
+       public static final function createPngImage(CompileableTemplate $templateInstance) {
                // Get a new instance
                $imageInstance = new PngImage();