Completed
Push — master ( 519d85...3f63a8 )
by Mischa ter
34s queued 10s
created
src/DamerauLevenshtein.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -281,7 +281,7 @@
 block discarded – undo
281 281
             $this->setupMatrix();
282 282
         }
283 283
 
284
-        $out = '  ' . $this->compOne . PHP_EOL;
284
+        $out = '  '.$this->compOne.PHP_EOL;
285 285
         for ($y = 0; $y <= $this->compTwoLength; $y += 1) {
286 286
             if ($y - 1 < 0) {
287 287
                 $out .= ' ';
Please login to merge, or discard this patch.