]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/states/node/announced/class_NodeAnnouncedState.php
'public static final' is the right thing, some variables renamed to make clear what...
[hub.git] / application / hub / main / states / node / announced / class_NodeAnnouncedState.php
index 0e2c10a91c3d944299434d495a762786a6c96feb..4a7b6f23cfd787d6fdaee0c4afadb2e9ff5dd5a1 100644 (file)
@@ -41,7 +41,7 @@ class NodeAnnouncedState extends BaseState implements Stateable {
         * @param       $nodeInstance   An instance of a NodeHelper class
         * @return      $stateInstance  An instance of a Stateable class
         */
-       public final static function createNodeAnnouncedState (NodeHelper $nodeInstance) {
+       public static final function createNodeAnnouncedState (NodeHelper $nodeInstance) {
                // Get new instance
                $stateInstance = new NodeAnnouncedState();