]> git.mxchange.org Git - core.git/blobdiff - inc/classes/main/database/wrapper/class_UserDatabaseWrapper.php
'public static final' is correct
[core.git] / inc / classes / main / database / wrapper / class_UserDatabaseWrapper.php
index 7f9f59100d336bb636c6e586ba1f14aa65ebe3cb..e1a3c2d9bcbee30d4616ad7f3b643f35e8008ec3 100644 (file)
@@ -50,7 +50,7 @@ class UserDatabaseWrapper extends BaseDatabaseWrapper implements ManageableAccou
         *
         * @return      $wrapperInstance        An instance of the created wrapper class
         */
         *
         * @return      $wrapperInstance        An instance of the created wrapper class
         */
-       public final static function createUserDatabaseWrapper () {
+       public static final function createUserDatabaseWrapper () {
                // Get a new instance
                $wrapperInstance = new UserDatabaseWrapper();
 
                // Get a new instance
                $wrapperInstance = new UserDatabaseWrapper();