Completed
Branch master (48dd8f)
by Igor
05:34 queued 02:55
created
src/Query/WriteToFile.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -60,7 +60,7 @@
 block discarded – undo
60 60
         }
61 61
         if ($format)
62 62
         {
63
-           $this->setFormat($format);
63
+            $this->setFormat($format);
64 64
         }
65 65
         $this->file_name=$file_name;
66 66
     }
Please login to merge, or discard this patch.
src/Client.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -177,7 +177,7 @@
 block discarded – undo
177 177
      */
178 178
     public function setTimeout($timeout)
179 179
     {
180
-       return $this->settings()->max_execution_time($timeout);
180
+        return $this->settings()->max_execution_time($timeout);
181 181
     }
182 182
 
183 183
     /**
Please login to merge, or discard this patch.
src/Cluster.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -493,8 +493,8 @@
 block discarded – undo
493 493
      */
494 494
     public function getSizeTable($database_table)
495 495
     {
496
-       $list=[];
497
-       $nodes=$this->getNodesByTable($database_table);
496
+        $list=[];
497
+        $nodes=$this->getNodesByTable($database_table);
498 498
         // scan need node`s
499 499
         foreach ($nodes as $node)
500 500
         {
Please login to merge, or discard this patch.