mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Update phpstan level to 6
This commit is contained in:
@@ -10,7 +10,7 @@ class BrowseGroupController extends BasePageController
|
||||
/**
|
||||
* @throws \Exception
|
||||
*/
|
||||
public function show(Request $request)
|
||||
public function show(Request $request): mixed
|
||||
{
|
||||
// Get the search term from the request
|
||||
$search = $request->get('search', '') ?? '';
|
||||
|
||||
Reference in New Issue
Block a user