]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/database/wrapper/class_PeerStateLookupDatabaseWrapper.php
'public static final' is the right thing, some variables renamed to make clear what...
[hub.git] / application / hub / main / database / wrapper / class_PeerStateLookupDatabaseWrapper.php
index 03fe0217e65429cd3a1a1ccd964f5de84a07e415..cf27c78440b8b62c26f5a30e2ae699c8d9767a82 100644 (file)
@@ -48,7 +48,7 @@ class PeerStateLookupDatabaseWrapper extends BaseDatabaseWrapper {
         *
         * @return      $wrapperInstance        An instance of the created wrapper class
         */
-       public final static function createPeerStateLookupDatabaseWrapper () {
+       public static final function createPeerStateLookupDatabaseWrapper () {
                // Get a new instance
                $wrapperInstance = new PeerStateLookupDatabaseWrapper();