Passed
Pull Request — master (#31)
by Josh
03:23
created
lib/Caxy/HtmlDiff/Table/TableCell.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@  discard block
 block discarded – undo
42 42
      */
43 43
     public function getColspan()
44 44
     {
45
-        return (int)$this->getAttribute('colspan') ?: 1;
45
+        return (int) $this->getAttribute('colspan') ?: 1;
46 46
     }
47 47
 
48 48
     /**
@@ -50,6 +50,6 @@  discard block
 block discarded – undo
50 50
      */
51 51
     public function getRowspan()
52 52
     {
53
-        return (int)$this->getAttribute('rowspan') ?: 1;
53
+        return (int) $this->getAttribute('rowspan') ?: 1;
54 54
     }
55 55
 }
Please login to merge, or discard this patch.