Completed
Pull Request — master (#38)
by Dániel
01:58
created
src/BattlenetHttpClient.php 2 patches
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -120,7 +120,7 @@
 block discarded – undo
120 120
             return $this->cache->remember(
121 121
                 $this->options->get('cache')->get('uniqKey'),
122 122
                 $this->options->get('cache')->get('duration'),
123
-                function () {
123
+                function() {
124 124
                     return $this->api();
125 125
                 }
126 126
             );
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use GuzzleHttp\Psr7;
6 6
 use GuzzleHttp\Client;
7 7
 use GuzzleHttp\HandlerStack;
8
-use GuzzleHttp\Psr7\Request;
9 8
 use GuzzleHttp\Psr7\Response;
10 9
 use Illuminate\Support\Collection;
11 10
 use GuzzleHttp\Handler\MockHandler;
Please login to merge, or discard this patch.