Completed
Pull Request — master (#74)
by Ernest
01:35
created
src/Syntax/SteamApi/Steam/App.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -15,6 +15,9 @@
 block discarded – undo
15 15
         $this->interface = 'api';
16 16
     }
17 17
 
18
+    /**
19
+     * @param integer $appIds
20
+     */
18 21
     public function appDetails($appIds, $country = null, $language = null)
19 22
     {
20 23
         // Set up the api details
Please login to merge, or discard this patch.
src/Syntax/SteamApi/Steam/Package.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -15,6 +15,9 @@
 block discarded – undo
15 15
         $this->interface = 'api';
16 16
     }
17 17
 
18
+    /**
19
+     * @param integer $packIds
20
+     */
18 21
     public function packageDetails($packIds, $cc = null, $language = null)
19 22
     {
20 23
         // Set up the api details
Please login to merge, or discard this patch.