mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-04-22 18:20:31 -05:00
Merge pull request #4443 from Roardom/fix-return-type
(Fix) Remove wrong return type in doc block
This commit is contained in:
@@ -35,7 +35,6 @@ use Livewire\Attributes\Computed;
|
||||
use Livewire\Attributes\Url;
|
||||
use Livewire\Component;
|
||||
use Livewire\WithPagination;
|
||||
use Closure;
|
||||
use Illuminate\Pagination\LengthAwarePaginator;
|
||||
use Meilisearch\Client;
|
||||
|
||||
@@ -341,9 +340,6 @@ class TorrentSearch extends Component
|
||||
->pluck('original_language');
|
||||
}
|
||||
|
||||
/**
|
||||
* @return Closure(Builder<Torrent>): Builder<Torrent>
|
||||
*/
|
||||
final public function filters(): TorrentSearchFiltersDTO
|
||||
{
|
||||
return (new TorrentSearchFiltersDTO(
|
||||
|
||||
Reference in New Issue
Block a user