Completed
Push — master ( 6291ae...8feed6 )
by Ezra
02:08 queued 11s
created
src/Syntax/SteamApi/Steam/User/Stats.php 1 patch
Doc Comments   +7 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,6 +50,9 @@  discard block
 block discarded – undo
50 50
         return $this->convertToObjects($client->achievements, $stats);
51 51
     }
52 52
 
53
+    /**
54
+     * @param integer $appId
55
+     */
53 56
     public function GetPlayerAchievements($appId)
54 57
     {
55 58
         // Set up the api details
@@ -97,6 +100,9 @@  discard block
 block discarded – undo
97 100
         }
98 101
     }
99 102
 
103
+    /**
104
+     * @param integer $gameId
105
+     */
100 106
     public function GetGlobalAchievementPercentagesForApp($gameId)
101 107
     {
102 108
         // Set up the api details
@@ -116,7 +122,7 @@  discard block
 block discarded – undo
116 122
     }
117 123
 
118 124
     /**
119
-     * @param $appId int Steam 64 id
125
+     * @param integer $appId int Steam 64 id
120 126
      * @param $all   bool Return all stats when true and only achievements when false
121 127
      *
122 128
      * @return mixed
Please login to merge, or discard this patch.