Skip to content

Commit

Permalink
Fix a docblock.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Michot committed Jan 22, 2019
1 parent cf2c41a commit b3e0e0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Searchable.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ public function shouldBeSearchable()
* Perform a search against the model's indexed data.
*
* @param string $query
* @param Closure $callback
* @param \Closure $callback
* @return \Laravel\Scout\Builder
*/
public static function search($query = '', $callback = null)
Expand Down

0 comments on commit b3e0e0b

Please sign in to comment.