Passed
Push — master ( d304b3...db8bd2 )
by Sven
01:20 queued 11s
created
lib/Caxy/HtmlDiff/MatchingBlock.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,6 +30,6 @@
 block discarded – undo
30 30
 
31 31
     public function count() : int
32 32
     {
33
-        return (int)$this->size;
33
+        return (int) $this->size;
34 34
     }
35 35
 }
Please login to merge, or discard this patch.