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

@@ -135,7 +135,7 @@ class LoginController extends Controller
*
* @return Application|Factory|View
*/
public function showLoginForm()
public function showLoginForm(): \Illuminate\View\View
{
return view('auth.login');
}