Completed
Push — master ( a56aba...e4229c )
by Nenad
07:31
created
src/TNTSearchScoutServiceProvider.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -37,6 +37,9 @@  discard block
 block discarded – undo
37 37
         }
38 38
     }
39 39
 
40
+    /**
41
+     * @param TNTSearch $tnt
42
+     */
40 43
     private function setFuzziness($tnt)
41 44
     {
42 45
         $fuzziness = config('scout.tntsearch.fuzziness');
@@ -51,6 +54,9 @@  discard block
 block discarded – undo
51 54
         $tnt->fuzzy_distance = isset($distance) ? $distance : $tnt->fuzzy_distance;
52 55
     }
53 56
 
57
+    /**
58
+     * @param TNTSearch $tnt
59
+     */
54 60
     private function setAsYouType($tnt)
55 61
     {
56 62
         $asYouType = config('scout.tntsearch.asYouType');
Please login to merge, or discard this patch.