Completed
Push — master ( d13912...be1693 )
by Dániel
14s
created
src/BattlenetHttpClient.php 1 patch
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.
resources/config/battlenet-api.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@
 block discarded – undo
8 8
     |--------------------------------------------------------------------------
9 9
     */
10 10
 
11
-   /*
11
+    /*
12 12
     |--------------------------------------------------------------------------
13 13
     | Battle.net API credentials
14 14
     |--------------------------------------------------------------------------
Please login to merge, or discard this patch.