@@ -196,6 +196,9 @@ |
||
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)) { |
@@ -237,7 +237,6 @@ |
||
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 | */ |