Completed
Push — master ( 6b5beb...afd247 )
by Freek
01:16
created
src/ModelSearchAspect.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@
 block discarded – undo
22 22
      * ModelSearchAspect constructor.
23 23
      *
24 24
      * @param string $model
25
-     * @param array|\Closure $attributes
25
+     * @param callable $attributes
26 26
      *
27 27
      * @throws \Spatie\Searchable\Exceptions\InvalidSearchableModel
28 28
      */
Please login to merge, or discard this patch.
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.