Completed
Push — master ( b1ae65...b6ccbd )
by Patrick
02:38
created
src/ConfigProvider.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -36,12 +36,12 @@
 block discarded – undo
36 36
         }
37 37
         $this->options = $options;
38 38
 
39
-        if(!$client instanceof Reader) {
39
+        if (!$client instanceof Reader) {
40 40
             $client = new Reader($client);
41 41
         }
42 42
         $this->reader = $client;
43 43
 
44
-        $this->profiles = (array)$profiles;
44
+        $this->profiles = (array) $profiles;
45 45
     }
46 46
 
47 47
     /**
Please login to merge, or discard this patch.