mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
CS code fixes by pint
This commit is contained in:
@@ -10,8 +10,6 @@ use Illuminate\Http\Request;
|
||||
class SearchController extends BasePageController
|
||||
{
|
||||
/**
|
||||
* @param \Illuminate\Http\Request $request
|
||||
*
|
||||
* @throws \Exception
|
||||
*/
|
||||
public function search(Request $request): void
|
||||
@@ -139,7 +137,7 @@ class SearchController extends BasePageController
|
||||
$this->smarty->assign(
|
||||
'orderby'.$orderType,
|
||||
url('/search?'.$orderByString.'&search_type=adv&ob='.$orderType
|
||||
));
|
||||
));
|
||||
}
|
||||
|
||||
$searchArr = [
|
||||
@@ -177,8 +175,8 @@ class SearchController extends BasePageController
|
||||
$this->smarty->assign(
|
||||
[
|
||||
'sizelist' => [
|
||||
-1 => '--Select--', 1 => '100MB', 2 => '250MB', 3 => '500MB', 4 => '1GB', 5 => '2GB',
|
||||
6 => '3GB', 7 => '4GB', 8 => '8GB', 9 => '16GB', 10 => '32GB', 11 => '64GB',
|
||||
-1 => '--Select--', 1 => '100MB', 2 => '250MB', 3 => '500MB', 4 => '1GB', 5 => '2GB',
|
||||
6 => '3GB', 7 => '4GB', 8 => '8GB', 9 => '16GB', 10 => '32GB', 11 => '64GB',
|
||||
],
|
||||
'results' => $results,
|
||||
'sadvanced' => $searchType !== 'basic',
|
||||
|
||||
Reference in New Issue
Block a user