Completed
Pull Request — master (#2)
by
unknown
02:11 queued 01:00
created
src/Search.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
     protected $aspects = [];
10 10
 
11 11
     /**
12
-     * @param string|\Spatie\Searchable\SearchAspect $searchAspect
12
+     * @param ModelSearchAspect $searchAspect
13 13
      *
14 14
      * @return \Spatie\Searchable\Search
15 15
      */
Please login to merge, or discard this patch.
src/ModelSearchAspect.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
 
21 21
     /**
22 22
      * @param string $model
23
-     * @param array|\Closure $attributes
23
+     * @param callable $attributes
24 24
      *
25 25
      * @throws \Spatie\Searchable\Exceptions\InvalidSearchableModel
26 26
      */
Please login to merge, or discard this patch.