mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-03 03:38:52 +00:00
Remove unused parameter from apiSearch function
This commit is contained in:
@@ -719,7 +719,7 @@ class Releases
|
||||
*
|
||||
* @return array
|
||||
*/
|
||||
public function apiSearch($searchName, $groupName, $offset = 0, $limit = 1000, $maxAge = -1, array $excludedCats = [], array $cat = [-1], $minSize = 0, array $excludedCategories = []): array
|
||||
public function apiSearch($searchName, $groupName, $offset = 0, $limit = 1000, $maxAge = -1, array $excludedCats = [], array $cat = [-1], $minSize = 0): array
|
||||
{
|
||||
$searchOptions = [];
|
||||
if ($searchName !== -1) {
|
||||
|
||||
Reference in New Issue
Block a user