]> 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 2447a1d9f249e7c46f5aef56e1eb1b958016ba54..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();
 
@@ -98,6 +98,7 @@ class PeerStateLookupTable extends BaseLookupTable implements LookupablePeerStat
                // Just handle it over
                $this->getWrapperInstance()->purgeOldEntriesBySocketResource($socketResource);
        }
+}
 
 // [EOF]
 ?>