Completed
Push — master ( a7744a...b1ae65 )
by Patrick
04:12
created
src/ConfigProvider.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@  discard block
 block discarded – undo
30 30
         }
31 31
         $this->options = $options;
32 32
 
33
-        if(!$client instanceof Reader) {
33
+        if (!$client instanceof Reader) {
34 34
             $client = new Reader($client);
35 35
         }
36 36
         $this->reader = $client;
@@ -43,7 +43,7 @@  discard block
 block discarded – undo
43 43
     public function __invoke($profile = []): array
44 44
     {
45 45
         if (!is_array($profile)) {
46
-            $profile = (array)$profile;
46
+            $profile = (array) $profile;
47 47
         }
48 48
         $paths = $this->createPaths($profile);
49 49
         $paths = array_reverse($paths);
Please login to merge, or discard this patch.