Completed
Push — master ( a89c11...c36570 )
by raphael
04:54
created
src/Finder.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -57,8 +57,8 @@
 block discarded – undo
57 57
         }
58 58
 
59 59
         // Apply threshold when set.
60
-        if(!is_null($this->threshold)){
61
-            $sorted_haystack = array_filter($sorted_haystack, function ($score){
60
+        if (!is_null($this->threshold)) {
61
+            $sorted_haystack = array_filter($sorted_haystack, function($score) {
62 62
                 return $score <= $this->threshold;
63 63
             });
64 64
         }
Please login to merge, or discard this patch.