]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/helper/hub/announcement/class_HubDescriptorHelper.php
'public static final' is the right thing, some variables renamed to make clear what...
[hub.git] / application / hub / main / helper / hub / announcement / class_HubDescriptorHelper.php
index 63970e330ec6b3bd90690b069e941c37e8ef2999..9aa6dfaa4b7ffffcd09119b6f8dd9722a0aa1730 100644 (file)
@@ -47,7 +47,7 @@ class HubDescriptorHelper extends BaseHubHelper implements HelpableHub {
         * @param       $nodeInstance           An instance of a NodeHelper class
         * @return      $helperInstance         A prepared instance of this helper
         */
-       public final static function createHubDescriptorHelper (NodeHelper $nodeInstance) {
+       public static final function createHubDescriptorHelper (NodeHelper $nodeInstance) {
                // Get new instance
                $helperInstance = new HubDescriptorHelper();