]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/states/node/init/class_NodeInitState.php
'public static final' is the right thing, some variables renamed to make clear what...
[hub.git] / application / hub / main / states / node / init / class_NodeInitState.php
index ff41619fef823b70b34936ea11faf8126841fef8..5c0fdd214c381c885d8ccef2b69309ef639ba8c8 100644 (file)
@@ -41,7 +41,7 @@ class NodeInitState extends BaseNodeState implements Stateable {
         * @param       $nodeInstance   An instance of a NodeHelper class
         * @return      $stateInstance  An instance of a Stateable class
         */
-       public final static function createNodeInitState (NodeHelper $nodeInstance) {
+       public static final function createNodeInitState (NodeHelper $nodeInstance) {
                // Get new instance
                $stateInstance = new NodeInitState();