Completed
Push — master ( b5bbbe...22bce8 )
by Igor
23:43 queued 20:47
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   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -503,7 +503,7 @@
 block discarded – undo
503 503
      */
504 504
     public function getSizeTable($database_table)
505 505
     {
506
-       $nodes=$this->getNodesByTable($database_table);
506
+        $nodes=$this->getNodesByTable($database_table);
507 507
         // scan need node`s
508 508
         foreach ($nodes as $node)
509 509
         {
Please login to merge, or discard this patch.