mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-22 03:53:37 +00:00
Specify return types.
This commit is contained in:
@@ -94,9 +94,8 @@ class ForgotPasswordController extends Controller
|
||||
|
||||
/**
|
||||
* @codeCoverageIgnore
|
||||
* Display the form to request a password reset link.
|
||||
*
|
||||
* @return \Illuminate\Http\Response
|
||||
* @return \Illuminate\Contracts\View\Factory|\Illuminate\View\View
|
||||
*/
|
||||
public function showLinkRequestForm()
|
||||
{
|
||||
|
Reference in New Issue
Block a user