Passed
Push — master ( 6ccd8a...335e87 )
by Patrick
02:30
created
src/ConfigProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@
 block discarded – undo
42 42
             $options = Options::create($options);
43 43
         }
44 44
 
45
-        if(!$client instanceof SsmClient) {
45
+        if (!$client instanceof SsmClient) {
46 46
             $client = new SsmClient($client);
47 47
         }
48 48
 
Please login to merge, or discard this patch.