| Total Complexity | 3 |
| Total Lines | 36 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 13 | class PasswordResetLinkController extends Controller |
||
| 14 | { |
||
| 15 | /** |
||
| 16 | * Display the password reset link request view. |
||
| 17 | */ |
||
| 18 | public function create(): Response |
||
| 22 | ]); |
||
| 23 | } |
||
| 24 | |||
| 25 | /** |
||
| 26 | * Handle an incoming password reset link request. |
||
| 27 | * |
||
| 28 | * @throws \Illuminate\Validation\ValidationException |
||
| 29 | */ |
||
| 30 | public function store(Request $request): RedirectResponse |
||
| 52 |
This check looks for calls to methods that do not seem to exist on a given type. It looks for the method on the type itself as well as in inherited classes or implemented interfaces.
This is most likely a typographical error or the method has been renamed.