]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/nodes/list/class_HubListNode.php
'public static final' is the right thing, some variables renamed to make clear what...
[hub.git] / application / hub / main / nodes / list / class_HubListNode.php
index 2390e9d653490b0dbc7f69017cb389cd8570c623..3b40d8290c94ea1c5eb567043833eabd9ad3c77a 100644 (file)
@@ -38,7 +38,7 @@ class HubListNode 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 createHubListNode (Requestable $requestInstance) {
+       public static final function createHubListNode (Requestable $requestInstance) {
                // Get a new instance
                $nodeInstance = new HubListNode();