'public static final' is correct
[core.git] / inc / classes / main / database / wrapper / class_UserPointsDatabaseWrapper.php
index 33f24dde8af7790bd579ff451b150b062916a931..baec28a6bd127356cb9f1babd935e5c3e93288fd 100644 (file)
@@ -52,7 +52,7 @@ class UserPointsDatabaseWrapper extends BaseDatabaseWrapper implements BookableP
         *
         * @return      $wrapperInstance        An instance of the created wrapper class
         */
-       public final static function createUserPointsDatabaseWrapper () {
+       public static final function createUserPointsDatabaseWrapper () {
                // Get a new instance
                $wrapperInstance = new UserPointsDatabaseWrapper();