'public static final' is correct
[core.git] / inc / classes / main / points / class_UserPoints.php
index efbd9c82e4f4892636dbc4349499604f47aca967..a65aa52601ccd889b987e4af86a90a2e1e98cfc9 100644 (file)
@@ -43,7 +43,7 @@ class UserPoints extends BaseFrameworkSystem implements Registerable, BookablePo
         * @param       $userInstance           An instance of a user class
         * @return      $pointsInstance         An instance of this class
         */
-       public final static function createUserPoints (ManageableAccount $userInstance) {
+       public static final function createUserPoints (ManageableAccount $userInstance) {
                // Get a new instance
                $pointsInstance = new UserPoints();