]> BookStack Code Mirror - bookstack/commitdiff
Removed return from documentation for function redirectToSocialProvider
authorJustin Stein <redacted>
Sun, 4 Nov 2018 19:07:04 +0000 (11:07 -0800)
committerJustin Stein <redacted>
Sun, 4 Nov 2018 19:07:04 +0000 (11:07 -0800)
app/Auth/Access/SocialAuthService.php

index 62025bf7cf2434d8d3feb832149b81d2817b77a4..66f567c98389ab2ed5bdecd19faa20761c7fd76c 100644 (file)
@@ -251,7 +251,6 @@ class SocialAuthService
     /**
      * Provide redirect options per service for the Laravel Socialite driver
      * @param $driver
-     * @return \Symfony\Component\HttpFoundation\RedirectResponse
      */
     public function redirectToSocialProvider($driver)
     {