Completed
Push — master ( 9d1314...5291f6 )
by kacper
02:05
created
src/MySQLReplication/Event/RowEvent/RowEvent.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -352,9 +352,9 @@
 block discarded – undo
352 352
                 $values[$name] = $this->getDatetime2($column);
353 353
             }
354 354
             elseif ($column['type'] === ConstFieldType::TIMESTAMP)
355
-			{
356
-				$values[$name] = date('c', $this->binaryDataReader->readUInt32());
357
-			}
355
+            {
356
+                $values[$name] = date('c', $this->binaryDataReader->readUInt32());
357
+            }
358 358
             elseif ($column['type'] === ConstFieldType::TIME2)
359 359
             {
360 360
                 $values[$name] = $this->getTime2($column);
Please login to merge, or discard this patch.