Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
edalzell committed Dec 2, 2024
1 parent 65c0ce1 commit fac18e7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/Search/SearchablesTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,9 @@ public static function handle(): string
return 'custom';
}

public function find(array $keys): Collection {}
public function find(array $keys): Collection
{
}

public static function referencePrefix(): string
{
Expand Down

0 comments on commit fac18e7

Please sign in to comment.