'public static final' is correct
[core.git] / inc / classes / main / helper / web / forms / class_WebFormHelper.php
index 0f42948bccae09d9b02bca9a1b859b68e3db5461..e968edb5d4d0cb5373e31c1d313b78e81d48a600 100644 (file)
@@ -63,7 +63,7 @@ class WebFormHelper extends BaseWebHelper implements HelpableTemplate {
         * @param       $withForm                       Wether include the form tag
         * @return      $helperInstance         A preparedf instance of this helper
         */
-       public final static function createWebFormHelper (CompileableTemplate $templateInstance, $formName, $formId = false, $withForm = true) {
+       public static final function createWebFormHelper (CompileableTemplate $templateInstance, $formName, $formId = false, $withForm = true) {
                // Get new instance
                $helperInstance = new WebFormHelper();