diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2022-02-18 13:56:15 +0000 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2022-02-18 14:23:58 +0000 |
| commit | 36779af1bd0601de7819554b13a393f6edb92507 (patch) | |
| tree | 5b3d1507c1c7ef8cb5d790a6a25033c4651caca1 /app/Http/RequestHandlers/TomSelectIndividual.php | |
| parent | 7b0d562e1536c7d515bfdb12e13250a94005b418 (diff) | |
| download | webtrees-36779af1bd0601de7819554b13a393f6edb92507.tar.gz webtrees-36779af1bd0601de7819554b13a393f6edb92507.tar.bz2 webtrees-36779af1bd0601de7819554b13a393f6edb92507.zip | |
PHPdoc
Diffstat (limited to 'app/Http/RequestHandlers/TomSelectIndividual.php')
| -rw-r--r-- | app/Http/RequestHandlers/TomSelectIndividual.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Http/RequestHandlers/TomSelectIndividual.php b/app/Http/RequestHandlers/TomSelectIndividual.php index c01c6a7ec0..6f4cde38d1 100644 --- a/app/Http/RequestHandlers/TomSelectIndividual.php +++ b/app/Http/RequestHandlers/TomSelectIndividual.php @@ -54,7 +54,7 @@ class TomSelectIndividual extends AbstractTomSelectHandler * @param int $limit * @param string $at * - * @return Collection<array<string,string>> + * @return Collection<int,array<string,string>> */ protected function search(Tree $tree, string $query, int $offset, int $limit, string $at): Collection { |
