]> git.mxchange.org Git - core.git/blobdiff - inc/classes/main/helper/captcha/images/class_ImageHelper.php
'public static final' is correct
[core.git] / inc / classes / main / helper / captcha / images / class_ImageHelper.php
index 5611b11f7b24fa7d9959775c9eabf124cc489ebb..aabe6ff38ac2291fdb0e3f530695b4abac4641e7 100644 (file)
@@ -87,7 +87,7 @@ class ImageHelper extends BaseCaptcha implements HelpableTemplate {
         * @param       $imageType                      Type of the image
         * @return      $helperInstance         A preparedf instance of this helper
         */
-       public final static function createImageHelper (CompileableTemplate $templateInstance, $imageType) {
+       public static final function createImageHelper (CompileableTemplate $templateInstance, $imageType) {
                // Get new instance
                $helperInstance = new ImageHelper();