Completed
Push — master ( 1416f7...f9fc2d )
by Miguel
14:36 queued 07:03
created
src/Helpers/ConfigRetriever.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@  discard block
 block discarded – undo
48 48
             $this->getFromServices('client_id'),
49 49
             $this->getFromServices('client_secret'),
50 50
             $this->getFromServices('redirect'),
51
-            $this->getConfigItems($additionalConfigKeys, function ($key) {
51
+            $this->getConfigItems($additionalConfigKeys, function($key) {
52 52
                 return $this->getFromServices(strtolower($key));
53 53
             })
54 54
         );
@@ -95,7 +95,7 @@  discard block
 block discarded – undo
95 95
 
96 96
         // ADDITIONAL value is empty
97 97
         if (!$keyExists && $this->isAdditionalConfig($key)) {
98
-            return $key == 'guzzle' ? [] : null ;
98
+            return $key == 'guzzle' ? [] : null;
99 99
         }
100 100
 
101 101
         // REQUIRED value is empty
Please login to merge, or discard this patch.