mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-03 03:38:52 +00:00
Update phpstan level to 6
This commit is contained in:
@@ -13,7 +13,7 @@ class AdminUserRoleHistoryController extends BasePageController
|
||||
/**
|
||||
* Display user role history list
|
||||
*/
|
||||
public function index(Request $request)
|
||||
public function index(Request $request): mixed
|
||||
{
|
||||
$this->setAdminPrefs();
|
||||
|
||||
@@ -83,7 +83,7 @@ class AdminUserRoleHistoryController extends BasePageController
|
||||
/**
|
||||
* Display role history for a specific user
|
||||
*/
|
||||
public function show(Request $request, int $userId)
|
||||
public function show(Request $request, int $userId): mixed
|
||||
{
|
||||
$this->setAdminPrefs();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user