'public static final' is correct
[core.git] / inc / classes / main / helper / web / links / class_WebLinkHelper.php
index a1e628174aa5698edb99138b784d02fc4edb1f69..1c32fc0540d1b4c4ab85b0fd476ad6c9fe4436a8 100644 (file)
@@ -61,7 +61,7 @@ class WebLinkHelper extends BaseWebHelper implements HelpableTemplate {
         * @return      $helperInstance         A prepared instance of this helper
         * @throws      NoConfigEntryException  A deprecated exception at this point
         */
-       public final static function createWebLinkHelper (CompileableTemplate $templateInstance, $linkName, $linkBase = null) {
+       public static final function createWebLinkHelper (CompileableTemplate $templateInstance, $linkName, $linkBase = null) {
                // Get new instance
                $helperInstance = new WebLinkHelper();