Add missing since attributes
authorJoshua Rüsweg <josh@bastelstu.be>
Fri, 28 Dec 2018 15:20:53 +0000 (16:20 +0100)
committerJoshua Rüsweg <josh@bastelstu.be>
Fri, 28 Dec 2018 15:20:53 +0000 (16:20 +0100)
See #2665

wcfsetup/install/files/lib/system/trophy/condition/TrophyConditionHandler.class.php

index d8fbe3d7e0a27ed8fc834cfb0e615316da447913..9fa785be0d101569337b575b42202fc6d1787338 100644 (file)
@@ -89,6 +89,7 @@ class TrophyConditionHandler extends SingletonFactory {
         * Revoke user trophies which are not longer fulfills the conditions. 
         * 
         * @param       integer         $maxRevokes
+        * @since       3.2
         */
        public function revokeTrophies($maxRevokes = 500) {
                $trophyList = new TrophyList();
@@ -114,6 +115,7 @@ class TrophyConditionHandler extends SingletonFactory {
         *
         * @param       Trophy          $trophy
         * @return      integer[]
+        * @since       3.2
         */
        private function getUserIDs(Trophy $trophy) {
                $userList = new UserList();
@@ -136,6 +138,7 @@ class TrophyConditionHandler extends SingletonFactory {
         * 
         * @param       Trophy          $trophy
         * @return      integer[]
+        * @since       3.2
         */
        private function getRevocableUserTrophyIDs(Trophy $trophy, $maxTrophyIDs) {
                // Unfortunately, the condition system does not support negated conditions.