Passed
Push — master ( f00701...07a655 )
by mahdi
09:03
created
src/Drivers/Etebarino/Etebarino.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@
 block discarded – undo
36 36
     public function __construct(Invoice $invoice, $settings)
37 37
     {
38 38
         $this->invoice($invoice);
39
-        $this->settings = (object)$settings;
39
+        $this->settings = (object) $settings;
40 40
     }
41 41
 
42 42
     /**
Please login to merge, or discard this patch.