Completed
Push — master ( a8a4c3...3555f5 )
by Nenad
13:53
created
src/Engines/TNTSearchEngine.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -287,6 +287,7 @@  discard block
 block discarded – undo
287 287
      * The constraints usually remove only a small amount of results, which is why the non
288 288
      * matching results are looked up and removed, instead of returning a collection with
289 289
      * all the valid results.
290
+     * @param Builder $builder
290 291
      */
291 292
     private function discardIdsFromResultSetByConstraints($builder, $searchResults)
292 293
     {
@@ -445,6 +446,9 @@  discard block
 block discarded – undo
445 446
      *
446 447
      * @param  string
447 448
      * @param  string
449
+     * @param string $name
450
+     * @param string $result
451
+     * @param string $model
448 452
      * @return string
449 453
      */
450 454
     public function applyFilters($name, $result, $model)
Please login to merge, or discard this patch.