]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/nodes/regular/class_HubRegularNode.php
'public static final' is the right thing, some variables renamed to make clear what...
[hub.git] / application / hub / main / nodes / regular / class_HubRegularNode.php
index 260d4a329215e7e7b3c8f253a96729a8cbbedfda..6bc3290e2621cc836f80cea86e245d4b4aee6cec 100644 (file)
@@ -38,7 +38,7 @@ class HubRegularNode extends BaseHubNode implements NodeHelper, Registerable {
         * @param       $requestInstance        An instance of a Requestable class
         * @return      $nodeInstance           An instance of this hub-node class
         */
-       public final static function createHubRegularNode (Requestable $requestInstance) {
+       public static final function createHubRegularNode (Requestable $requestInstance) {
                // Get a new instance
                $nodeInstance = new HubRegularNode();