Test Failed
Pull Request — master (#49)
by Josh
04:36
created
lib/Caxy/HtmlDiff/LcsService.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
     public function __construct($comparator = null)
18 18
     {
19 19
         if (null === $comparator) {
20
-            $comparator = function ($a, $b) {
20
+            $comparator = function($a, $b) {
21 21
                 return $a === $b;
22 22
             };
23 23
         }
Please login to merge, or discard this patch.