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