]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/lookup/peer/class_PeerStateLookupTable.php
'public static final' is the right thing, some variables renamed to make clear what...
[hub.git] / application / hub / main / lookup / peer / class_PeerStateLookupTable.php
index b5f94bc9e68fed98883876efc32f5e7e3654dcbf..afc3654c7c671e733bdb18fa3ecf18625a3732c8 100644 (file)
@@ -37,7 +37,7 @@ class PeerStateLookupTable extends BaseLookupTable implements LookupablePeerStat
         *
         * @return      $tableInstance  An instance of a Lookupable class
         */
-       public final static function createPeerStateLookupTable () {
+       public static final function createPeerStateLookupTable () {
                // Get new instance
                $tableInstance = new PeerStateLookupTable();