Completed
Push — master ( 4dd7c8...9d1314 )
by kacper
02:20
created
src/MySQLReplication/Event/RowEvent/RowEvent.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -401,9 +401,9 @@
 block discarded – undo
401 401
                 $values[$name] = $this->getDatetime2($column);
402 402
             }
403 403
             elseif ($column['type'] === ConstFieldType::TIMESTAMP)
404
-			{
405
-				$values[$name] = date('c', $this->binaryDataReader->readUInt32());
406
-			}
404
+            {
405
+                $values[$name] = date('c', $this->binaryDataReader->readUInt32());
406
+            }
407 407
             elseif ($column['type'] === ConstFieldType::TIME2)
408 408
             {
409 409
                 $values[$name] = $this->getTime2($column);
Please login to merge, or discard this patch.