]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/database/wrapper/class_NodeListDatabaseWrapper.php
'public static final' is the right thing, some variables renamed to make clear what...
[hub.git] / application / hub / main / database / wrapper / class_NodeListDatabaseWrapper.php
index cf29bb8d51813ddba7357c252c6ed36684452594..3e283ac41d303820e9680d73857135b15d3e3fec 100644 (file)
@@ -44,7 +44,7 @@ class NodeListDatabaseWrapper extends BaseDatabaseWrapper implements Registerabl
         *
         * @return      $wrapperInstance        An instance of the created wrapper class
         */
-       public final static function createNodeListDatabaseWrapper () {
+       public static final function createNodeListDatabaseWrapper () {
                // Get a new instance
                $wrapperInstance = new NodeListDatabaseWrapper();