Browse Source

Add type hint to docblock

master
Adam Pippin 3 years ago
parent
commit
2c5a3b37e8
  1. 3
      src/Http/Controllers/AuthenticationController.php

3
src/Http/Controllers/AuthenticationController.php

@ -38,8 +38,7 @@ class AuthenticationController extends Controller
* Attempts to log the user into this app, and creates them if they * Attempts to log the user into this app, and creates them if they
* don't exist. Then redirects the user to the configured post_login url. * don't exist. Then redirects the user to the configured post_login url.
* *
* @TODO fix type hint on request \/ * @param Request $request
* @param $request
* @return mixed * @return mixed
*/ */
public function callback(Request $request) public function callback(Request $request)

Loading…
Cancel
Save