Skip to content

Commit eed0fbd

Browse files
authored
Merge pull request #4443 from Roardom/fix-return-type
(Fix) Remove wrong return type in doc block
2 parents f067249 + 6c8504a commit eed0fbd

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Diff for: app/Http/Livewire/TorrentSearch.php

-4
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
use Livewire\Attributes\Url;
3636
use Livewire\Component;
3737
use Livewire\WithPagination;
38-
use Closure;
3938
use Illuminate\Pagination\LengthAwarePaginator;
4039
use Meilisearch\Client;
4140

@@ -341,9 +340,6 @@ final public function primaryLanguages(): \Illuminate\Support\Collection
341340
->pluck('original_language');
342341
}
343342

344-
/**
345-
* @return Closure(Builder<Torrent>): Builder<Torrent>
346-
*/
347343
final public function filters(): TorrentSearchFiltersDTO
348344
{
349345
return (new TorrentSearchFiltersDTO(

0 commit comments

Comments
 (0)