Passed
Push — master ( f33354...fa01ad )
by CodexShaper
02:01
created
src/Drivers/MongoDumper.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -72,7 +72,7 @@
 block discarded – undo
72 72
         }
73 73
         // Host
74 74
         if(!empty($this->host)) {
75
-           $options['host'] "--host {$this->host}";
75
+            $options['host'] "--host {$this->host}";
76 76
         }
77 77
         // Port
78 78
         if(!empty($this->port)) {
Please login to merge, or discard this patch.