Completed
Pull Request — master (#30)
by Thomas
03:32 queued 29s
created
src/Entity.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -601,7 +601,7 @@
 block discarded – undo
601 601
         if (!empty($var)) {
602 602
             $col = static::getColumnName($var);
603 603
             return (isset($this->data[$col]) ? $this->data[$col] : null) !==
604
-                   (isset($this->originalData[$col]) ? $this->originalData[$col] : null);
604
+                    (isset($this->originalData[$col]) ? $this->originalData[$col] : null);
605 605
         }
606 606
 
607 607
         ksort($this->data);
Please login to merge, or discard this patch.