Passed
Push — master ( d7540c...231250 )
by Josh
05:57
created
lib/Caxy/HtmlDiff/Match.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,6 +26,6 @@
 block discarded – undo
26 26
     }
27 27
 
28 28
     public function count() {
29
-        return (int)$this->size;
29
+        return (int) $this->size;
30 30
     }
31 31
 }
Please login to merge, or discard this patch.