]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/nodes/master/class_HubMasterNode.php
'public static final' is the right thing, some variables renamed to make clear what...
[hub.git] / application / hub / main / nodes / master / class_HubMasterNode.php
index 036b24f00b7fa8616913f8e9bb8b9a8c0a963c8c..155ea74df2e760525ae5e161610f72de202bbeed 100644 (file)
@@ -38,7 +38,7 @@ class HubMasterNode 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 createHubMasterNode (Requestable $requestInstance) {
+       public static final function createHubMasterNode (Requestable $requestInstance) {
                // Get a new instance
                $nodeInstance = new HubMasterNode();