Add type hints from DocBlocks

This commit is contained in:
Shift
2024-02-16 21:13:14 +00:00
parent 2cb837e4b5
commit 3487f52a6b
13 changed files with 24 additions and 24 deletions

View File

@@ -511,7 +511,7 @@ class ItemController extends Controller
/**
* @return \Illuminate\Contracts\Foundation\Application|RedirectResponse|Redirector
*/
public function checkAppList()
public function checkAppList(): RedirectResponse
{
ProcessApps::dispatch();
$route = route('items.index');