Completed
Pull Request — master (#11)
by Dániel
01:23
created
src/BattlenetHttpClient.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -196,6 +196,9 @@
 block discarded – undo
196 196
         return config('battlenet-api.locale', 'eu');
197 197
     }
198 198
 
199
+    /**
200
+     * @param string $method
201
+     */
199 202
     private function buildCahceOptions($method)
200 203
     {
201 204
         if (config('battlenet-api.cache', TRUE)) {
Please login to merge, or discard this patch.
src/Services/WowService.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -237,7 +237,6 @@
 block discarded – undo
237 237
      *
238 238
      * A list of all supported mounts
239 239
      *
240
-     * @param array $options Options
241 240
      *
242 241
      * @return Illuminate\Support\Collection api response
243 242
      */
Please login to merge, or discard this patch.