Apply fixes from StyleCI

[ci skip] [skip ci]
This commit is contained in:
clandestine8
2021-09-06 23:26:02 +00:00
committed by StyleCI Bot
parent ab3f42e933
commit a737482e79
108 changed files with 248 additions and 249 deletions
@@ -26,7 +26,7 @@ class ForgotUsernameController extends Controller
/**
* Forgot Username Form.
*/
public function showForgotUsernameForm(): \Illuminate\Contracts\View\Factory | \Illuminate\View\View
public function showForgotUsernameForm(): \Illuminate\Contracts\View\Factory|\Illuminate\View\View
{
return \view('auth.username');
}