]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/nodes/boot/class_HubBootNode.php
'public static final' is the right thing, some variables renamed to make clear what...
[hub.git] / application / hub / main / nodes / boot / class_HubBootNode.php
index f884f53bbc58a57dfb96f245c2c1cadf84609d5b..4fedde61cbd9be58ed78ae21c0513ea33e9190a9 100644 (file)
@@ -38,7 +38,7 @@ class HubBootNode 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 createHubBootNode (Requestable $requestInstance) {
+       public static final function createHubBootNode (Requestable $requestInstance) {
                // Get a new instance
                $nodeInstance = new HubBootNode();