]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/states/peer/new/class_NewConnectionPeerState.php
'public static final' is the right thing, some variables renamed to make clear what...
[hub.git] / application / hub / main / states / peer / new / class_NewConnectionPeerState.php
index 261646053285ccb66819e558f13ba644815b8d0c..650545a6686e3ae6dc47631c02968a7c95ccc7c6 100644 (file)
@@ -37,7 +37,7 @@ class NewConnectionPeerState extends BasePeerState implements PeerStateable {
         *
         * @return      $stateInstance  An instance of a PeerStateable class
         */
-       public final static function createNewConnectionPeerState () {
+       public static final function createNewConnectionPeerState () {
                // Get new instance
                $stateInstance = new NewConnectionPeerState();